summaryrefslogtreecommitdiff
path: root/src/gui/models/colormodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/colormodel.h')
-rw-r--r--src/gui/models/colormodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/colormodel.h b/src/gui/models/colormodel.h
index 1e08dd9cd..96c4b1021 100644
--- a/src/gui/models/colormodel.h
+++ b/src/gui/models/colormodel.h
@@ -41,9 +41,9 @@ class ColorModel final : public ListModel
virtual ~ColorModel();
- int getNumberOfElements() override final A_WARN_UNUSED;
+ int getNumberOfElements() final A_WARN_UNUSED;
- std::string getElementAt(int i) override final A_WARN_UNUSED;
+ std::string getElementAt(int i) final A_WARN_UNUSED;
const ColorPair *getColorAt(const int i)
const RETURNS_NONNULL A_WARN_UNUSED;