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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/rstring.cpp') diff --git a/src/strings/rstring.cpp b/src/strings/rstring.cpp index c2ca64b..3e5a46d 100644 --- a/src/strings/rstring.cpp +++ b/src/strings/rstring.cpp @@ -31,6 +31,9 @@ // doing sneaky tricks here //#include "../poison.hpp" + +namespace tmwa +{ namespace strings { static_assert(sizeof(RString) == sizeof(const char *), "RString"); @@ -173,3 +176,4 @@ namespace strings return len; } } // namespace strings +} // namespace tmwa -- cgit v1.2.3-60-g2f50