summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-expr.cpp')
-rw-r--r--src/map/magic-expr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/magic-expr.cpp b/src/map/magic-expr.cpp
index 2d2eba9..c0551d2 100644
--- a/src/map/magic-expr.cpp
+++ b/src/map/magic-expr.cpp
@@ -48,6 +48,8 @@
namespace tmwa
{
+namespace magic
+{
template<class T>
bool CHECK_TYPE(T *v, TYPE t)
{
@@ -1772,4 +1774,5 @@ dumb_ptr<expr_t> magic_new_expr(EXPR ty)
expr->ty = ty;
return expr;
}
+} // namespace magic
} // namespace tmwa