summaryrefslogtreecommitdiff
path: root/src/strings/tstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/tstring.hpp')
-rw-r--r--src/strings/tstring.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/tstring.hpp b/src/strings/tstring.hpp
index 748af9e..054ce69 100644
--- a/src/strings/tstring.hpp
+++ b/src/strings/tstring.hpp
@@ -24,6 +24,9 @@
# include "base.hpp"
# include "rstring.hpp"
+
+namespace tmwa
+{
namespace strings
{
/// An owning string that represents a tail slice of an RString.
@@ -60,6 +63,7 @@ namespace strings
// Actually, it might now.
const char *decay_for_printf(const TString& ts);
} // namespace strings
+} // namespace tmwa
# include "tstring.tcc"