From baca4a57a0d4744218c5f5ca20c7a4c5430f15c6 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 3 Jan 2019 15:57:00 +0100 Subject: [PATCH] Fix link error --- libsrc/core/profiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {