summaryrefslogtreecommitdiff
path: root/src/mmo/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/utils.cpp')
-rw-r--r--src/mmo/utils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/utils.cpp b/src/mmo/utils.cpp
index 2199c33..f8aff2e 100644
--- a/src/mmo/utils.cpp
+++ b/src/mmo/utils.cpp
@@ -34,6 +34,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
//---------------------------------------------------
// E-mail check: return 0 (not correct) or 1 (valid).
//---------------------------------------------------
@@ -117,3 +120,4 @@ void log_with_timestamp(io::WriteFile& out, XString line)
out.really_put(": ", 2);
out.put_line(line);
}
+} // namespace tmwa