summaryrefslogtreecommitdiff
path: root/src/io/write.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/write.cpp')
-rw-r--r--src/io/write.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/write.cpp b/src/io/write.cpp
index 18c4f9d..3326d2c 100644
--- a/src/io/write.cpp
+++ b/src/io/write.cpp
@@ -31,6 +31,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
namespace io
{
WriteFile::WriteFile(FD f, bool linebuffered)
@@ -177,3 +179,4 @@ namespace io
return len;
}
} // namespace io
+} // namespace tmwa