]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIMgr.hxx
Modified Files:
[flightgear.git] / src / ATC / AIMgr.hxx
index a1e3e61159949faac942d992584a799612a68a06..6bc81a10b9afd33da00cf5366e2415469d24d2d9 100644 (file)
@@ -23,7 +23,6 @@
 #define _FG_AIMGR_HXX
 
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <simgear/structure/ssgSharedPtr.hxx>
 
 #include <Main/fg_props.hxx>
 
@@ -110,8 +109,8 @@ public:
 
 private:
        
-       ssgSharedPtr<ssgBranch> _defaultModel;  // Cessna 172!
-       ssgSharedPtr<ssgBranch> _piperModel;    // pa28-161
+        osg::ref_ptr<osg::Node> _defaultModel;  // Cessna 172!
+       osg::ref_ptr<osg::Node> _piperModel;    // pa28-161
 
        bool initDone;  // Hack - guard against update getting called before init