summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-03 06:22:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-03 06:22:38 +0100
commit74f107569307e6c79a39a4daf92f430fdbb9bba0 (patch)
tree859db55a374fce515dc401c3570b568127a244f3 /src
parent8f808180ca159b6bb006cb6cae217fbecdf75e9d (diff)
.
Diffstat (limited to 'src')
-rw-r--r--src/tile-image.hpp2
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;
};