summaryrefslogtreecommitdiff
path: root/src/strings/zstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/zstring.cpp')
-rw-r--r--src/strings/zstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/zstring.cpp b/src/strings/zstring.cpp
index 94535d0..01e9c2b 100644
--- a/src/strings/zstring.cpp
+++ b/src/strings/zstring.cpp
@@ -28,6 +28,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
ZString::ZString()
@@ -75,3 +78,4 @@ namespace strings
return zs.c_str();
}
} // namespace strings
+} // namespace tmwa