From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/strings/tstring.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/tstring.hpp') 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" -- cgit v1.2.3-70-g09d2