summaryrefslogtreecommitdiff
path: root/src/strings/tstring.tcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/tstring.tcc')
-rw-r--r--src/strings/tstring.tcc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strings/tstring.tcc b/src/strings/tstring.tcc
index 4eba13f..2641fb7 100644
--- a/src/strings/tstring.tcc
+++ b/src/strings/tstring.tcc
@@ -19,14 +19,14 @@
#include "vstring.hpp"
+
+namespace tmwa
+{
namespace strings
{
template<uint8_t n>
TString::TString(const VString<n>& v)
: _s(v), _o(0)
{}
- template<size_t n>
- TString::TString(const char (&s)[n])
- : _s(s), _o(0)
- {}
} // namespace strings
+} // namespace tmwa