mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Making most logger categories constexpr
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include <modules/globebrowsing/globes/chunkedlodglobe.h>
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "LayerManager";
|
||||
constexpr const char* _loggerCat = "LayerManager";
|
||||
} // namespace
|
||||
|
||||
namespace openspace::globebrowsing {
|
||||
|
||||
Reference in New Issue
Block a user