summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_KeepAlive.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_KeepAlive.h')
-rw-r--r--source/packets/cPacket_KeepAlive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_KeepAlive.h b/source/packets/cPacket_KeepAlive.h
index e94ec72a6..0eeb5e095 100644
--- a/source/packets/cPacket_KeepAlive.h
+++ b/source/packets/cPacket_KeepAlive.h
@@ -14,7 +14,7 @@ public:
cPacket_KeepAlive(int a_PingID) { m_KeepAliveID = a_PingID; }
virtual cPacket* Clone() const { return new cPacket_KeepAlive(*this); }
- virtual int Parse(const char * a_Data, int a_Size) override;
+ virtual int Parse(cByteBuffer & a_Buffer) override;
virtual void Serialize(AString & a_Data) const override;
int m_KeepAliveID;