summaryrefslogtreecommitdiff
path: root/src/strings/sstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/sstring.cpp')
-rw-r--r--src/strings/sstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/sstring.cpp b/src/strings/sstring.cpp
index 35885e8..0500129 100644
--- a/src/strings/sstring.cpp
+++ b/src/strings/sstring.cpp
@@ -27,6 +27,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
SString::SString()
@@ -102,3 +105,4 @@ namespace strings
return &_s;
}
} // namespace strings
+} // namespace tmwa