]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/submodel.hxx
Remove unused variables
[flightgear.git] / src / AIModel / submodel.hxx
index 88f5694d7f6a96dddb92211ef95662e4b6e366a4..3f6965fcc917f6ec1823bff1c760abed543a681e 100644 (file)
@@ -173,7 +173,7 @@ private:
     IC_struct  IC;
 
     // A list of pointers to AI objects
-    typedef list <SGSharedPtr<FGAIBase> > sm_list_type;
+    typedef list <osg::ref_ptr<FGAIBase> > sm_list_type;
     typedef sm_list_type::iterator sm_list_iterator;
     typedef sm_list_type::const_iterator sm_list_const_iterator;