Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_Crude.h
index 1548ff6c492865a806ee376b5c4c2e5d377e9a6e..b64ad2fbc3f095b1586b8183ba16e775943f2d6a 100644 (file)
@@ -22,7 +22,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "Junction Crude map";
+    static TURF_CONSTEXPR const char* getMapName() { return "Junction Crude map"; }
 
     MapAdapter(ureg) {
     }