mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
Making most logger categories constexpr
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "moduleengine_lua.inl"
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "ModuleEngine";
|
||||
constexpr const char* _loggerCat = "ModuleEngine";
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Reference in New Issue
Block a user