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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/colormodel.h b/src/gui/models/colormodel.h
index 9d621dfbe..b9677adf4 100644
--- a/src/gui/models/colormodel.h
+++ b/src/gui/models/colormodel.h
@@ -39,7 +39,7 @@ class ColorModel final : public ListModel
A_DELETE_COPY(ColorModel)
- virtual ~ColorModel();
+ ~ColorModel() override final;
int getNumberOfElements() override final A_WARN_UNUSED;