Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public:
|
||||
NetPacket(MemAllocType alloc = NoAlloc);
|
||||
~NetPacket();
|
||||
|
||||
static boost::shared_ptr<NetPacket> Create(char *data, unsigned &dataSize);
|
||||
static boost::shared_ptr<NetPacket> Create(char *data, size_t &dataSize);
|
||||
|
||||
const PokerTHMessage_t *GetMsg() const {
|
||||
return m_msg;
|
||||
|
||||
Reference in New Issue
Block a user