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/rstring.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/rstring.hpp') diff --git a/src/strings/rstring.hpp b/src/strings/rstring.hpp index ae8b374..c656622 100644 --- a/src/strings/rstring.hpp +++ b/src/strings/rstring.hpp @@ -25,6 +25,9 @@ # include "base.hpp" + +namespace tmwa +{ namespace strings { /// An owning string that has reached its final contents. @@ -83,6 +86,7 @@ namespace strings __attribute__((format(printf, 2, 0))) int do_vprint(RString& out, const char *fmt, va_list ap); } // namespace strings +} // namespace tmwa # include "rstring.tcc" -- cgit v1.2.3-70-g09d2