summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-05 13:37:40 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-05 13:38:04 +0100
commit1bce89619b241eac193a235fc790c91b7d5a8227 (patch)
tree48abd7e5650d690f306c1b313e3ca1bee2f588db /src/net/ea/loginhandler.h
parent5651075470ca21e9db3bc276360a9381a731a48b (diff)
downloadMana-1bce89619b241eac193a235fc790c91b7d5a8227.tar.gz
Mana-1bce89619b241eac193a235fc790c91b7d5a8227.tar.bz2
Mana-1bce89619b241eac193a235fc790c91b7d5a8227.tar.xz
Mana-1bce89619b241eac193a235fc790c91b7d5a8227.zip
Removed a few superfluous semicolons
Diffstat (limited to 'src/net/ea/loginhandler.h')
-rw-r--r--src/net/ea/loginhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h
index 00b9c6c3..b188e114 100644
--- a/src/net/ea/loginhandler.h
+++ b/src/net/ea/loginhandler.h
@@ -51,7 +51,7 @@ class LoginHandler : public MessageHandler, public Net::LoginHandler
void getRegistrationDetails();
- unsigned int getMaxPasswordLength() const { return 25; };
+ unsigned int getMaxPasswordLength() const { return 25; }
void loginAccount(LoginData *loginData);