mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 09:41:13 -06:00
Making most logger categories constexpr
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
const char* _loggerCat = "TransferFunction";
|
||||
constexpr const char* _loggerCat = "TransferFunction";
|
||||
|
||||
// @TODO Replace with Filesystem::File extension
|
||||
bool hasExtension(const std::string& filepath, const std::string& extension) {
|
||||
|
||||
Reference in New Issue
Block a user