summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
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);