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/mstring.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/mstring.hpp') diff --git a/src/strings/mstring.hpp b/src/strings/mstring.hpp index 47becc4..b1ecce3 100644 --- a/src/strings/mstring.hpp +++ b/src/strings/mstring.hpp @@ -23,6 +23,9 @@ # include + +namespace tmwa +{ namespace strings { /// An owning string that is still expected to change. @@ -62,5 +65,6 @@ namespace strings char& back(); }; } // namespace strings +} // namespace tmwa #endif // TMWA_STRINGS_MSTRING_HPP -- cgit v1.2.3-60-g2f50