diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_other.h | 6 |
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; |