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/io/read.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/io/read.hpp') diff --git a/src/io/read.hpp b/src/io/read.hpp index 3816294..6757496 100644 --- a/src/io/read.hpp +++ b/src/io/read.hpp @@ -25,6 +25,8 @@ # include "fd.hpp" +namespace tmwa +{ namespace io { class ReadFile @@ -49,5 +51,6 @@ namespace io bool is_open(); }; } // namespace io +} // namespace tmwa #endif // TMWA_IO_READ_HPP -- cgit v1.2.3-70-g09d2