Fixes for C++98
[junction.git] / junction / extra / impl / MapAdapter_Tervel.h
index 440dff002dba4549ab21d3aa50f8165799f223d3..a3f7ebd19da5ddbd5e227732f04bb89c6112dbaa 100644 (file)
@@ -27,7 +27,7 @@ namespace extra {
 
 class MapAdapter {
 public:
-    static TURF_CONSTEXPR const char* MapName = "Tervel HashMap";
+    static TURF_CONSTEXPR const char* getMapName() { return "Tervel HashMap"; }
 
     tervel::Tervel m_tervel;