summaryrefslogtreecommitdiff
path: root/src/gui/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/help.h')
-rw-r--r--src/gui/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/help.h b/src/gui/help.h
index 539ab31b..3c3715a0 100644
--- a/src/gui/help.h
+++ b/src/gui/help.h
@@ -48,7 +48,7 @@ class HelpWindow : public Window, public LinkHandler,
/**
* Called when receiving actions from the widgets.
*/
- void action(const std::string& eventId, gcn::Widget* widget);
+ void action(const gcn::ActionEvent &event);
/**
* Handles link action.