summaryrefslogtreecommitdiff
path: root/src/strings/astring.tcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/astring.tcc')
-rw-r--r--src/strings/astring.tcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/astring.tcc b/src/strings/astring.tcc
index f9606d8..f2d0dc9 100644
--- a/src/strings/astring.tcc
+++ b/src/strings/astring.tcc
@@ -19,6 +19,9 @@
#include "mstring.hpp"
+
+namespace tmwa
+{
namespace strings
{
template<class It>
@@ -57,3 +60,4 @@ namespace strings
new(r_ptr()) RString();
}
} // namespace strings
+} // namespace tmwa