summaryrefslogtreecommitdiff
path: root/src/io/line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/line.cpp')
-rw-r--r--src/io/line.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/line.cpp b/src/io/line.cpp
index 4df29c8..a1cdf42 100644
--- a/src/io/line.cpp
+++ b/src/io/line.cpp
@@ -28,6 +28,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
namespace io
{
AString Line::message_str(ZString cat, ZString msg) const
@@ -178,3 +180,4 @@ namespace io
return line != 0;
}
} // namespace io
+} // namespace tmwa