diff options
Diffstat (limited to 'src/tile.hpp')
| -rw-r--r-- | src/tile.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.hpp b/src/tile.hpp index 5103479d..ef0b1ade 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -12,9 +12,9 @@ struct tile final pass_mode passability = pass_shoot_through; constexpr tile() = default; - tile(tile&&) = default; fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(tile); + fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(tile); }; } //namespace floormat |
