diff options
Diffstat (limited to 'src/generic/intern-pool.hpp')
-rw-r--r-- | src/generic/intern-pool.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/intern-pool.hpp b/src/generic/intern-pool.hpp index 62a1d7f..e209b4b 100644 --- a/src/generic/intern-pool.hpp +++ b/src/generic/intern-pool.hpp @@ -31,6 +31,9 @@ # include "../strings/zstring.hpp" # include "../strings/xstring.hpp" + +namespace tmwa +{ class InternPool { std::map<RString, size_t> known; @@ -59,5 +62,6 @@ public: return known.size(); } }; +} // namespace tmwa #endif // TMWA_GENERIC_INTERN_POOL_HPP |