diff options
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r-- | src/gui/setup_theme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index 6b7358b75..9acfb0b1f 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -43,9 +43,9 @@ class Setup_Theme final : public SetupTab ~Setup_Theme(); - void apply(); + void apply() override; - void cancel(); + void cancel() override; void action(const gcn::ActionEvent &event) override; |