mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
remove definition of OctreePacketProcessor dtor
This commit is contained in:
parent
5a2a3009c2
commit
f45c62413f
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ class OctreePacketProcessor : public ReceivedPacketProcessor, public PacketListe
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
OctreePacketProcessor();
|
OctreePacketProcessor();
|
||||||
~OctreePacketProcessor();
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void packetVersionMismatch();
|
void packetVersionMismatch();
|
||||||
|
|
Loading…
Reference in a new issue