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.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/io/read.cpp') diff --git a/src/io/read.cpp b/src/io/read.cpp index 803d486..d3e2a19 100644 --- a/src/io/read.cpp +++ b/src/io/read.cpp @@ -30,6 +30,8 @@ #include "../poison.hpp" +namespace tmwa +{ namespace io { ReadFile::ReadFile(FD f) @@ -120,3 +122,4 @@ namespace io return fd != FD(); } } // namespace io +} // namespace tmwa -- cgit v1.2.3-70-g09d2