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/Protocol125.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/Protocol125.h')
-rw-r--r-- | src/Protocol/Protocol125.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol125.h b/src/Protocol/Protocol125.h index aca24c03a..08d3ebbe9 100644 --- a/src/Protocol/Protocol125.h +++ b/src/Protocol/Protocol125.h @@ -125,7 +125,7 @@ protected: AString m_Username; ///< Stored in ParseHandshake(), compared to Login username - virtual void SendData(const char * a_Data, int a_Size) override; + virtual void SendData(const char * a_Data, size_t a_Size) override; /// Sends the Handshake packet void SendHandshake(const AString & a_ConnectionHash); |