mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
Fix gcc warnings (#5071)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public:
|
||||
Lua_Packet(int opcode, int size, bool raw);
|
||||
Lua_Packet& operator=(const Lua_Packet& o);
|
||||
Lua_Packet(const Lua_Packet& o);
|
||||
virtual ~Lua_Packet() { if(owned_) { EQApplicationPacket *ptr = GetLuaPtrData(); if(ptr) { delete ptr; } } }
|
||||
virtual ~Lua_Packet();
|
||||
|
||||
int GetSize();
|
||||
int GetOpcode();
|
||||
|
||||
Reference in New Issue
Block a user