mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Code Cleanup (#2191)
* constexpr const -> constexpr * const char* -> std::string_view
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include <optional>
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "RenderableTimeVaryingVolume";
|
||||
constexpr std::string_view _loggerCat = "RenderableTimeVaryingVolume";
|
||||
|
||||
const float SecondsInOneDay = 60 * 60 * 24;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user