diff options
Diffstat (limited to 'src/gui/setup_colors.h')
-rw-r--r-- | src/gui/setup_colors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h index 3f30d8d4c..3f4c3012a 100644 --- a/src/gui/setup_colors.h +++ b/src/gui/setup_colors.h @@ -51,9 +51,9 @@ class Setup_Colors final : public SetupTab, void apply(); void cancel(); - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; - void valueChanged(const gcn::SelectionEvent &event); + void valueChanged(const gcn::SelectionEvent &event) override; private: static const std::string rawmsg; |