mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 06:06:53 +02:00
make myServer pointer an OctreeServer* again, it's not checked
This commit is contained in:
parent
55b4784a02
commit
d22219a1f2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ protected:
|
|||
virtual bool process();
|
||||
|
||||
private:
|
||||
QPointer<OctreeServer> _myServer;
|
||||
OctreeServer* _myServer;
|
||||
SharedNodePointer _node;
|
||||
QUuid _nodeUUID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue