summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_WindowClose.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_WindowClose.h')
-rw-r--r--source/packets/cPacket_WindowClose.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/packets/cPacket_WindowClose.h b/source/packets/cPacket_WindowClose.h
index de40ab446..0851fa20d 100644
--- a/source/packets/cPacket_WindowClose.h
+++ b/source/packets/cPacket_WindowClose.h
@@ -18,8 +18,7 @@ public:
virtual cPacket* Clone() const { return new cPacket_WindowClose(*this); }
- virtual int Parse(cByteBuffer & a_Buffer) override;
- virtual void Serialize(AString & a_Data) const override;
+ virtual int Parse(cByteBuffer & a_Buffer) override;
char m_WindowID;
};