diff options
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r-- | src/resources/iteminfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index d3df1c448..93a2d447f 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -298,7 +298,7 @@ class ItemInfo final { return mProtected; } int getColorsSize() const - { return mColors ? mColors->size() : 0; } + { return mColors ? static_cast<int>(mColors->size()) : 0; } std::string getColorName(const int idx) const; |