summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index ea902e2b5..b42f8c234 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -461,7 +461,7 @@ struct SkinHelper final
bool loadList(const SkinParameter *const params, const size_t size)
{
- for (unsigned f = 0; f < size; f ++)
+ for (size_t f = 0; f < size; f ++)
{
const SkinParameter &param = params[f];
if (partType == param.name)