diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 95598838e..1953ab953 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -359,7 +359,7 @@ public: // tolua_export /** Called when the protocol has finished logging the user in. Return true to allow the user in; false to kick them. */ - bool HandleLogin(UInt32 a_ProtocolVersion, const AString & a_Username); + bool HandleLogin(const AString & a_Username); void SendData(const char * a_Data, size_t a_Size); |