summaryrefslogtreecommitdiffhomepage
path: root/main/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/editor.hpp')
-rw-r--r--main/editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/editor.hpp b/main/editor.hpp
index 88740b35..4214ec5e 100644
--- a/main/editor.hpp
+++ b/main/editor.hpp
@@ -75,7 +75,7 @@ struct editor final
editor();
editor(editor&&) noexcept = default;
editor& operator=(editor&&) noexcept = default;
- DECLARE_DELETED_COPY_ASSIGNMENT(editor);
+ fm_DECLARE_DELETED_COPY_ASSIGNMENT(editor);
private:
tile_type _floor{editor_mode::floor, "floor"};