Preparing admin functions in PokerTH client.

This commit is contained in:
lotodore
2013-02-24 16:22:51 +01:00
parent 6d85adf7e2
commit 883ccdcf44
13 changed files with 77 additions and 15 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ NetPacket::~NetPacket()
}
boost::shared_ptr<NetPacket>
NetPacket::Create(char *data, size_t dataSize)
NetPacket::Create(const char *data, size_t dataSize)
{
boost::shared_ptr<NetPacket> tmpPacket;