diff options
Diffstat (limited to 'src/gui/windows/editserverdialog.h')
-rw-r--r-- | src/gui/windows/editserverdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/editserverdialog.h b/src/gui/windows/editserverdialog.h index bf36c216f..55c200934 100644 --- a/src/gui/windows/editserverdialog.h +++ b/src/gui/windows/editserverdialog.h @@ -92,7 +92,7 @@ class EditServerDialog 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; |