Making most logger categories constexpr

This commit is contained in:
Alexander Bock
2017-12-11 23:46:34 -05:00
parent 6c742b7e30
commit a631b7e0a3
91 changed files with 310 additions and 303 deletions
@@ -29,7 +29,7 @@
#include <modules/globebrowsing/globes/chunkedlodglobe.h>
namespace {
const char* _loggerCat = "LayerManager";
constexpr const char* _loggerCat = "LayerManager";
} // namespace
namespace openspace::globebrowsing {