make myServer pointer an OctreeServer* again, it's not checked

This commit is contained in:
Stephen Birarda 2015-07-22 13:54:39 -07:00
parent 55b4784a02
commit d22219a1f2

View file

@ -42,7 +42,7 @@ protected:
virtual bool process();
private:
QPointer<OctreeServer> _myServer;
OctreeServer* _myServer;
SharedNodePointer _node;
QUuid _nodeUUID;