summaryrefslogtreecommitdiff
path: root/src/gui/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/help.cpp')
-rw-r--r--src/gui/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/help.cpp b/src/gui/help.cpp
index dfb814db..2b9b649a 100644
--- a/src/gui/help.cpp
+++ b/src/gui/help.cpp
@@ -54,7 +54,7 @@ HelpWindow::HelpWindow():
setLocationRelativeTo(getParent());
}
-void HelpWindow::action(const std::string& eventId)
+void HelpWindow::action(const std::string& eventId, gcn::Widget* widget)
{
if (eventId == "close")
{