summaryrefslogtreecommitdiff
path: root/src/gui/models/iconsmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/iconsmodel.h')
-rw-r--r--src/gui/models/iconsmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/iconsmodel.h b/src/gui/models/iconsmodel.h
index 1c8c25ae4..a04703149 100644
--- a/src/gui/models/iconsmodel.h
+++ b/src/gui/models/iconsmodel.h
@@ -68,12 +68,12 @@ class IconsModel final : public ListModel
~IconsModel()
{ }
- int getNumberOfElements() final
+ int getNumberOfElements() override final
{
return CAST_S32(mStrings.size());
}
- std::string getElementAt(int i) final
+ std::string getElementAt(int i) override final
{
if (i < 0 || i >= getNumberOfElements())
return "???";