diff options
Diffstat (limited to 'src/gui/unregisterdialog.h')
-rw-r--r-- | src/gui/unregisterdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index e647b2bb9..28f279444 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -57,7 +57,7 @@ class UnRegisterDialog final : public Window, public gcn::ActionListener /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; private: LoginData *mLoginData; |