summaryrefslogtreecommitdiff
path: root/src/strings/tstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/tstring.cpp')
-rw-r--r--src/strings/tstring.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/tstring.cpp b/src/strings/tstring.cpp
index 77d4b40..b0bd74a 100644
--- a/src/strings/tstring.cpp
+++ b/src/strings/tstring.cpp
@@ -27,6 +27,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
TString::TString()
@@ -101,3 +104,4 @@ namespace strings
return ts.c_str();
}
} // namespace strings
+} // namespace tmwa