summaryrefslogtreecommitdiff
path: root/src/gui/connection.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 19:06:52 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-10 19:07:54 +0200
commite48060430f9fae5c52fb32009a3e10e35e1817a2 (patch)
tree8b9baa86dac7545d17dbc5a8ffe542782e05cdf4 /src/gui/connection.h
parent33afe8f744587b9a8da67e85298bb2e1c28d083d (diff)
downloadmana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.gz
mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.bz2
mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.tar.xz
mana-e48060430f9fae5c52fb32009a3e10e35e1817a2.zip
Revived the email field to fix registration crash
Now you can register new accounts on tmwserv again. The email field apparently gots lost during the merge somewhere.
Diffstat (limited to 'src/gui/connection.h')
-rw-r--r--src/gui/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h
index ab586edd..62441fa9 100644
--- a/src/gui/connection.h
+++ b/src/gui/connection.h
@@ -47,7 +47,7 @@ class ConnectionDialog : public Window, gcn::ActionListener
* Called when the user presses Cancel. Restores the global state to
* the previous one.
*/
- void action(gcn::ActionEvent const &);
+ void action(const gcn::ActionEvent &);
void logic();