summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressindicator.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-01 21:11:53 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-02 14:39:09 +0100
commitc7e48aaf7eb0f2df76327b963879416a0cc8d5e7 (patch)
treeb8bec0950af7dcd9a913d6aa92a7944216e6ae48 /src/gui/widgets/progressindicator.cpp
parent5efaa5125fe92a5438b3cc2949f4d720bced5a7a (diff)
downloadMana-c7e48aaf7eb0f2df76327b963879416a0cc8d5e7.tar.gz
Mana-c7e48aaf7eb0f2df76327b963879416a0cc8d5e7.tar.bz2
Mana-c7e48aaf7eb0f2df76327b963879416a0cc8d5e7.tar.xz
Mana-c7e48aaf7eb0f2df76327b963879416a0cc8d5e7.zip
Updated mouse cursors to latest version
The new cursor types are not used yet for now.
Diffstat (limited to 'src/gui/widgets/progressindicator.cpp')
-rw-r--r--src/gui/widgets/progressindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp
index 2495a62d..40523e9a 100644
--- a/src/gui/widgets/progressindicator.cpp
+++ b/src/gui/widgets/progressindicator.cpp
@@ -36,7 +36,7 @@ ProgressIndicator::ProgressIndicator()
32, 32);
auto *anim = new Animation;
- for (ImageSet::size_type i = 0; i < images->size(); ++i)
+ for (size_t i = 0; i < images->size(); ++i)
anim->addFrame(images->get(i), 100, 0, 0);
mIndicator = new SimpleAnimation(anim);