diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 14:20:16 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-21 14:20:16 +0200 |
| commit | 7a38c6c434e03256d9e9fbff87516b3ad1e3958a (patch) | |
| tree | 2cb34a9613fc7f50a6bd7dc0d03eca448e3f5567 /src/tile.hpp | |
| parent | 9a0d8a428b21a77272380009d97436b0a5f20d8c (diff) | |
macro shenanigans
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 a58d129a..067df3c7 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -28,7 +28,7 @@ struct tile final constexpr tile() = default; tile(tile&&) = default; - DECLARE_DEPRECATED_COPY_ASSIGNMENT(tile); + fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(tile); }; } //namespace floormat |
