summaryrefslogtreecommitdiff
path: root/src/gui/char_server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_server.cpp')
-rw-r--r--src/gui/char_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/char_server.cpp b/src/gui/char_server.cpp
index ad0df223..87ed9c17 100644
--- a/src/gui/char_server.cpp
+++ b/src/gui/char_server.cpp
@@ -97,7 +97,7 @@ ServerSelectDialog::~ServerSelectDialog()
}
void
-ServerSelectDialog::action(const std::string& eventId)
+ServerSelectDialog::action(const std::string& eventId, gcn::Widget* widget)
{
if (eventId == "ok") {
mOkButton->setEnabled(false);