summaryrefslogtreecommitdiff
path: root/src/strings/literal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/literal.cpp')
-rw-r--r--src/strings/literal.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/literal.cpp b/src/strings/literal.cpp
index 506b79b..252bfcb 100644
--- a/src/strings/literal.cpp
+++ b/src/strings/literal.cpp
@@ -22,6 +22,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
namespace strings
{
LString::LString(const char *b, const char *e)
@@ -50,3 +53,4 @@ namespace strings
return zs.c_str();
}
} // namespace strings
+} // namespace tmwa