Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_Grampa.h
index 9bf4bf401417ff688725382d6cfba45af4fefa58..4ee552f211b9250f6ba501f0901b3b86ce54287a 100644 (file)
@@ -23,7 +23,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "Junction Grampa map";
+    static TURF_CONSTEXPR const char* getMapName() { return "Junction Grampa map"; }
 
     MapAdapter(ureg) {
     }