summaryrefslogtreecommitdiff
path: root/src/io/lock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/lock.hpp')
-rw-r--r--src/io/lock.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/lock.hpp b/src/io/lock.hpp
index ec8a82e..e4ec153 100644
--- a/src/io/lock.hpp
+++ b/src/io/lock.hpp
@@ -26,6 +26,8 @@
# include "../strings/rstring.hpp"
+namespace tmwa
+{
namespace io
{
class WriteLock : public WriteFile
@@ -38,5 +40,6 @@ namespace io
bool close() = delete;
};
} // namespace io
+} // namespace tmwa
#endif // TMWA_IO_LOCK_HPP