summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-10 23:35:48 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-10 23:35:48 +0100
commit9aba8139b728d3b25f5763ddc134b09e5a2e1948 (patch)
tree37f18eee33ba98b79c5980961a0f12fbc9017b51 /src/wall-atlas.hpp
parent4e46a8101b2063457ac0c56770e58cd0bedf52ea (diff)
w
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index 6ace0f7c..b73704fe 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -120,7 +120,7 @@ class wall_atlas final
Direction* get_Direction(Direction_ num) const;
public:
- fm_DECLARE_DELETED_MOVE_ASSIGNMENT(wall_atlas);
+ fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(wall_atlas);
wall_atlas() noexcept;
~wall_atlas() noexcept;
wall_atlas(wall_atlas_def def, String path, const ImageView2D& img);