mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Stub in process() for OctreePacketProcessor
This commit is contained in:
parent
8da50d342c
commit
6f9907a22d
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class OctreePacketProcessor : public GenericThread {
|
|||
public:
|
||||
OctreePacketProcessor();
|
||||
|
||||
virtual bool process() override { };
|
||||
|
||||
signals:
|
||||
void packetVersionMismatch();
|
||||
|
||||
|
|
Loading…
Reference in a new issue