summaryrefslogtreecommitdiff
path: root/src/gui/models/sortlistmodelbuy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/sortlistmodelbuy.h')
-rw-r--r--src/gui/models/sortlistmodelbuy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/sortlistmodelbuy.h b/src/gui/models/sortlistmodelbuy.h
index 586246645..ec42f9fdd 100644
--- a/src/gui/models/sortlistmodelbuy.h
+++ b/src/gui/models/sortlistmodelbuy.h
@@ -51,10 +51,10 @@ class SortListModelBuy final : public ListModel
~SortListModelBuy()
{ }
- int getNumberOfElements() final
+ int getNumberOfElements() override final
{ return 7; }
- std::string getElementAt(int i) final
+ std::string getElementAt(int i) override final
{
if (i >= getNumberOfElements() || i < 0)
return "???";