mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Making most logger categories constexpr
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
#include <ghoul/misc/dictionary.h>
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "InstrumentDecoder";
|
||||
const char* keyDetector = "DetectorType";
|
||||
const char* keySpice = "Spice";
|
||||
const char* keyStopCommand = "StopCommand";
|
||||
constexpr const char* _loggerCat = "InstrumentDecoder";
|
||||
constexpr const char* keyDetector = "DetectorType";
|
||||
constexpr const char* keySpice = "Spice";
|
||||
constexpr const char* keyStopCommand = "StopCommand";
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
Reference in New Issue
Block a user