summaryrefslogtreecommitdiff
path: root/src/gui/windows/connectiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/connectiondialog.h')
-rw-r--r--src/gui/windows/connectiondialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/connectiondialog.h b/src/gui/windows/connectiondialog.h
index b27aa892e..059d4bd6d 100644
--- a/src/gui/windows/connectiondialog.h
+++ b/src/gui/windows/connectiondialog.h
@@ -56,7 +56,7 @@ class ConnectionDialog final : public Window,
* Called when the user presses Cancel. Restores the global state to
* the previous one.
*/
- void action(const gcn::ActionEvent &) override;
+ void action(const ActionEvent &) override;
void draw(Graphics *graphics) override;