diff options
Diffstat (limited to 'src/strings/xstring.cpp')
-rw-r--r-- | src/strings/xstring.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/xstring.cpp b/src/strings/xstring.cpp index 2f97c01..4635a90 100644 --- a/src/strings/xstring.cpp +++ b/src/strings/xstring.cpp @@ -27,6 +27,9 @@ #include "../poison.hpp" + +namespace tmwa +{ namespace strings { XString::XString() @@ -75,3 +78,4 @@ namespace strings return _base; } } // namespace strings +} // namespace tmwa |