diff options
Diffstat (limited to 'src/gui/models/iconsmodel.h')
-rw-r--r-- | src/gui/models/iconsmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/iconsmodel.h b/src/gui/models/iconsmodel.h index d9cb0be5a..a04703149 100644 --- a/src/gui/models/iconsmodel.h +++ b/src/gui/models/iconsmodel.h @@ -70,7 +70,7 @@ class IconsModel final : public ListModel int getNumberOfElements() override final { - return static_cast<int>(mStrings.size()); + return CAST_S32(mStrings.size()); } std::string getElementAt(int i) override final |