summaryrefslogtreecommitdiffhomepage
path: root/main/editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-21 14:20:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-21 14:20:16 +0200
commit7a38c6c434e03256d9e9fbff87516b3ad1e3958a (patch)
tree2cb34a9613fc7f50a6bd7dc0d03eca448e3f5567 /main/editor.hpp
parent9a0d8a428b21a77272380009d97436b0a5f20d8c (diff)
macro shenanigans
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"};