summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol_1_8.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-07-10 22:04:49 +0200
committerGitHub <noreply@github.com>2021-07-10 22:04:49 +0200
commite9265b1d0129e56b9b665019697055bd63229fde (patch)
tree611a2026e0e9ca9bb1de62170d79b9906d112e6f /src/Protocol/Protocol_1_8.h
parentItem frame maps (#5258) (diff)
downloadcuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.gz
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.bz2
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.lz
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.xz
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.zst
cuberite-e9265b1d0129e56b9b665019697055bd63229fde.zip
Diffstat (limited to 'src/Protocol/Protocol_1_8.h')
-rw-r--r--src/Protocol/Protocol_1_8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_8.h b/src/Protocol/Protocol_1_8.h
index 838435ad0..704725bee 100644
--- a/src/Protocol/Protocol_1_8.h
+++ b/src/Protocol/Protocol_1_8.h
@@ -36,7 +36,7 @@ public:
cProtocol_1_8_0(cClientHandle * a_Client, const AString & a_ServerAddress, State a_State);
- virtual void DataReceived(cByteBuffer & a_Buffer, ContiguousByteBuffer && a_Data) override;
+ virtual void DataReceived(cByteBuffer & a_Buffer, ContiguousByteBuffer & a_Data) override;
virtual void DataPrepared(ContiguousByteBuffer & a_Data) override;
// Sending stuff to clients (alphabetically sorted):