diff options
Diffstat (limited to 'src/gui/windows/helpwindow.h')
-rw-r--r-- | src/gui/windows/helpwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/helpwindow.h b/src/gui/windows/helpwindow.h index ae7d68c7c..d8b873408 100644 --- a/src/gui/windows/helpwindow.h +++ b/src/gui/windows/helpwindow.h @@ -59,7 +59,7 @@ class HelpWindow 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; /** * Handles link action. |