summaryrefslogtreecommitdiff
path: root/src/strings/mstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/mstring.cpp')
-rw-r--r--src/strings/mstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/mstring.cpp b/src/strings/mstring.cpp
index 2a1ca62..d48bff2 100644
--- a/src/strings/mstring.cpp
+++ b/src/strings/mstring.cpp
@@ -22,6 +22,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
MString::iterator MString::begin()
@@ -100,3 +103,4 @@ namespace strings
return _hack.back();
}
} // namespace strings
+} // namespace tmwa