diff options
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r-- | src/gui/setup_theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index 53f23d267..35b89ea61 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -49,7 +49,7 @@ class Setup_Theme final : public SetupTab void apply(); void cancel(); - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; private: gcn::Label *mThemeLabel; |