mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 02:08:23 +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();
|
virtual bool process();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QPointer<OctreeServer> _myServer;
|
OctreeServer* _myServer;
|
||||||
SharedNodePointer _node;
|
SharedNodePointer _node;
|
||||||
QUuid _nodeUUID;
|
QUuid _nodeUUID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue