mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-12 14:40:00 -06:00
Making most logger categories constexpr
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
#include "scriptengine_lua.inl"
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "ScriptEngine";
|
||||
constexpr const char* _loggerCat = "ScriptEngine";
|
||||
|
||||
const int TableOffset = -3; // -1 (top) -1 (first argument) -1 (second argument)
|
||||
constexpr int TableOffset = -3; // -1 (top) -1 (first argument) -1 (second argument)
|
||||
} // namespace
|
||||
|
||||
namespace openspace::scripting {
|
||||
|
||||
Reference in New Issue
Block a user