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