summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r--src/gui/setup_other.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h
index cc20ad2d9..e403ce424 100644
--- a/src/gui/setup_other.h
+++ b/src/gui/setup_other.h
@@ -39,8 +39,10 @@ class Setup_Other final : public SetupTabScroll
A_DELETE_COPY(Setup_Other)
~Setup_Other();
- void apply();
- void externalUpdated();
+
+ void apply() override;
+
+ void externalUpdated() override;
protected:
NamesModel *mProxyTypeList;