diff --git a/libsrc/core/profiler.cpp b/libsrc/core/profiler.cpp index e3350145..bb95a111 100644 --- a/libsrc/core/profiler.cpp +++ b/libsrc/core/profiler.cpp @@ -13,7 +13,7 @@ namespace ngcore size_t dummy_thread_flops[NgProfiler::SIZE]; size_t * NgProfiler::thread_flops = dummy_thread_flops; // NOLINT - std::shared_ptr logger = GetLogger("Profiler"); // NOLINT + std::shared_ptr NgProfiler::logger = GetLogger("Profiler"); // NOLINT NgProfiler :: NgProfiler() {