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