summaryrefslogtreecommitdiffhomepage
path: root/src/tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile.hpp')
-rw-r--r--src/tile.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tile.hpp b/src/tile.hpp
index d607a2d3..b3b57d08 100644
--- a/src/tile.hpp
+++ b/src/tile.hpp
@@ -28,7 +28,9 @@ struct tile final
pass_mode passability = pass_shoot_through;
constexpr tile() = default;
- DECLARE_DEPRECATED_COPY_OPERATOR(tile);
+ tile(tile&&) = default;
+
+ DECLARE_DEPRECATED_COPY_ASSIGNMENT(tile);
};
} //namespace Magnum::Examples