diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-03 06:22:38 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-03 06:22:38 +0100 |
| commit | 74f107569307e6c79a39a4daf92f430fdbb9bba0 (patch) | |
| tree | 859db55a374fce515dc401c3570b568127a244f3 /src | |
| parent | 8f808180ca159b6bb006cb6cae217fbecdf75e9d (diff) | |
.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tile-image.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-image.hpp b/src/tile-image.hpp index deaa568b..2ecfd6d7 100644 --- a/src/tile-image.hpp +++ b/src/tile-image.hpp @@ -25,7 +25,7 @@ struct tile_image_ref final tile_image_ref(std::shared_ptr<tile_atlas>& atlas, variant_t& variant) noexcept; tile_image_ref(const tile_image_ref&) noexcept; tile_image_ref(tile_image_ref&&) noexcept; - tile_image_ref& operator=(const tile_image_proto& tile_proto) noexcept; + tile_image_ref& operator=(const tile_image_proto& tile_image_proto) noexcept; operator tile_image_proto() const noexcept; operator bool() const noexcept; }; |
