diff --git a/libsrc/core/utils.hpp b/libsrc/core/utils.hpp index 8dd5c531..81b0073f 100644 --- a/libsrc/core/utils.hpp +++ b/libsrc/core/utils.hpp @@ -24,7 +24,7 @@ namespace ngcore NGCORE_API std::string Demangle(const char* typeinfo); template - NGCORE_API std::string GetName(const T& obj) + std::string GetName(const T& obj) { return Demangle(typeid(obj).name()); } #if defined(__GNUC__)