]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIEntity.hxx
Catch sound exceptions at the earliest, report problem has an alert, and continue...
[flightgear.git] / src / ATC / AIEntity.hxx
index 43da25d533f4fc0cff61874ea66d4110489cd509..9f2870dfa8655a941740fcb61ee1ee0570340118 100644 (file)
 #include <simgear/math/point3d.hxx>
 #include <simgear/scene/model/model.hxx>
 #include <simgear/scene/model/placement.hxx>
+#include <simgear/structure/ssgSharedPtr.hxx>
 
-class ssgBranch;
+
+class ssgBase;
 
 
 /*****************************************************************
@@ -65,7 +67,7 @@ protected:
     double _pitch;     //degrees
 
     char* _model_path; //Path to the 3D model
-       ssgBranch* _model;      // Pointer to the model
+    ssgSharedPtr<ssgBranch> _model;    // Pointer to the model
     SGModelPlacement _aip;
 
     void Transform();