From 804805d35a87c2acc9425d1762ad26b1ba2ec9ac Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Wed, 29 Jul 2015 09:04:03 -0600 Subject: Silenced and fixed many warning messages across multiple files. --- src/ClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientHandle.h') diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 7401537b9..92c075131 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -341,7 +341,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(int a_ProtocolVersion, const AString & a_Username); + bool HandleLogin(UInt32 a_ProtocolVersion, const AString & a_Username); void SendData(const char * a_Data, size_t a_Size); -- cgit v1.2.3