X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScripting%2FNasalModelData.hxx;h=dbe59b76132207d276039c0d7b39cee46a033645;hb=99fd9513d96a00b99e0023a40cbfaed1123453fc;hp=22ae536fe7820e957e759cb3936e58cf65b3b6e5;hpb=8f1df6c3584f10b00ec305bea57ac9e324cddfff;p=flightgear.git diff --git a/src/Scripting/NasalModelData.hxx b/src/Scripting/NasalModelData.hxx index 22ae536fe..dbe59b761 100644 --- a/src/Scripting/NasalModelData.hxx +++ b/src/Scripting/NasalModelData.hxx @@ -67,7 +67,7 @@ private: std::string _module, _path; SGPropertyNode_ptr _root, _prop; SGConstPropertyNode_ptr _load, _unload; - osg::Node *_branch; + osg::ref_ptr _branch; unsigned int _module_id; };