]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/NasalModelData.hxx
Metar: finalise-position fast if Metar fails
[flightgear.git] / src / Scripting / NasalModelData.hxx
index 22ae536fe7820e957e759cb3936e58cf65b3b6e5..dbe59b76132207d276039c0d7b39cee46a033645 100644 (file)
@@ -67,7 +67,7 @@ private:
     std::string _module, _path;
     SGPropertyNode_ptr _root, _prop;
     SGConstPropertyNode_ptr _load, _unload;
-    osg::Node *_branch;
+    osg::ref_ptr<osg::Node> _branch;
     unsigned int _module_id;
 };