From 7f172344e84ef48703aba761bc996d065097619e Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 21 Feb 2023 15:19:51 +0100 Subject: [PATCH] remove NETGEN_INLINE from StartTask --- libsrc/core/paje_trace.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/core/paje_trace.hpp b/libsrc/core/paje_trace.hpp index c85c040f..bbc91eba 100644 --- a/libsrc/core/paje_trace.hpp +++ b/libsrc/core/paje_trace.hpp @@ -171,7 +171,7 @@ namespace ngcore } - NETGEN_INLINE int StartTask(int thread_id, int id, int id_type = Task::ID_NONE, int additional_value = -1) + int StartTask(int thread_id, int id, int id_type = Task::ID_NONE, int additional_value = -1) { if(!tracing_enabled) return -1; if(!trace_threads && !trace_thread_counter) return -1;