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