Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_Null.h
index f25dd9dc2146274c8479d930ae1d91b083fd91c1..dfbb0ad2fc2574bd81be3f8b2e4e956e6ff11fe3 100644 (file)
@@ -20,7 +20,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "Null";
+    static TURF_CONSTEXPR const char* getMapName() { return "Null"; }
 
     MapAdapter(ureg) {
     }