summaryrefslogtreecommitdiff
path: root/src/strings/xstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/xstring.cpp')
-rw-r--r--src/strings/xstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/xstring.cpp b/src/strings/xstring.cpp
index 2f97c01..4635a90 100644
--- a/src/strings/xstring.cpp
+++ b/src/strings/xstring.cpp
@@ -27,6 +27,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
XString::XString()
@@ -75,3 +78,4 @@ namespace strings
return _base;
}
} // namespace strings
+} // namespace tmwa