mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Making most logger categories constexpr
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
#include <fstream>
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "FieldlinesState";
|
||||
const int CurrentVersion = 0;
|
||||
constexpr const char* _loggerCat = "FieldlinesState";
|
||||
constexpr const int CurrentVersion = 0;
|
||||
using json = nlohmann::json;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user