summaryrefslogtreecommitdiff
path: root/src/common/mmo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.hpp')
-rw-r--r--src/common/mmo.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp
index 0d3403c..16acb88 100644
--- a/src/common/mmo.hpp
+++ b/src/common/mmo.hpp
@@ -3,6 +3,9 @@
#define MMO_HPP
# include "sanity.hpp"
+
+# include "../strings/vstring.hpp"
+
# include "timer.t.hpp"
# include "utils2.hpp"
@@ -57,7 +60,7 @@ T stringish(VString<sizeof(T) - 1> iv)
#define DEFAULT_EMAIL stringish<AccountEmail>("a@a.com")
// It is decreed: a mapname shall not contain an extension
-class MapName : public strings::_crtp_string<MapName, MapName, ZString, XString>
+class MapName : public strings::_crtp_string<MapName, MapName, strings::ZPair>
{
VString<15> _impl;
public: