diff options
Diffstat (limited to 'src/gui/windows/quitdialog.h')
-rw-r--r-- | src/gui/windows/quitdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/quitdialog.h b/src/gui/windows/quitdialog.h index 0b81992f1..5f0824ff4 100644 --- a/src/gui/windows/quitdialog.h +++ b/src/gui/windows/quitdialog.h @@ -62,7 +62,7 @@ class QuitDialog final : public Window, /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; void keyPressed(gcn::KeyEvent &keyEvent) override final; |