diff options
author | madmaxoft <github@xoft.cz> | 2014-04-04 10:13:25 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-04-04 10:13:25 +0200 |
commit | 8825d30aabbee8cb2e452dc5a17deb6f9b6892a7 (patch) | |
tree | 1f06f2d45652458c0490b794eae6a9e17596c85e /src/Protocol/Protocol17x.h | |
parent | Fixed Clang warnings in itemhandlers. (diff) | |
download | cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar.gz cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar.bz2 cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar.lz cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar.xz cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.tar.zst cuberite-8825d30aabbee8cb2e452dc5a17deb6f9b6892a7.zip |
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r-- | src/Protocol/Protocol17x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index 41163009e..bb6ee575a 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -287,7 +287,7 @@ protected: void WritePacket(cByteBuffer & a_Packet); /** Sends the data to the client, encrypting them if needed. */ - virtual void SendData(const char * a_Data, int a_Size) override; + virtual void SendData(const char * a_Data, size_t a_Size) override; void SendCompass(const cWorld & a_World); |