diff options
Diffstat (limited to '')
-rw-r--r-- | source/cClientHandle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 65a4e5db8..2a9833de4 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -97,8 +97,7 @@ public: bool IsPlaying(void) const {return (m_State == csPlaying); }
- void Send(const cPacket & a_Packet, ENUM_PRIORITY a_Priority = E_PRIORITY_NORMAL) { Send(&a_Packet, a_Priority); }
- void Send(const cPacket * a_Packet, ENUM_PRIORITY a_Priority = E_PRIORITY_NORMAL);
+ void Send(const cPacket & a_Packet, ENUM_PRIORITY a_Priority = E_PRIORITY_NORMAL);
const AString & GetUsername(void) const; //tolua_export
|