Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_Linear_Mutex.h
index 3592a1f7f5e6ce2944327057fc6c293d7ef6bb3b..c11acba6f5b820ad715107b70d4d15ef74c14f93 100644 (file)
@@ -23,7 +23,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "Single + Mutex";
+    static TURF_CONSTEXPR const char* getMapName() { return "Single + Mutex"; }
 
     MapAdapter(ureg) {
     }