]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / AIModel / AIBase.hxx
index a492b9b2ccaa54b3e70618de5510252b214cd8f6..3a9426140f0d3f6606ce76bb56abfb6af37f12b2 100644 (file)
@@ -38,7 +38,9 @@
 
 using std::string;
 
-class SGMaterial;
+namespace simgear {
+class BVHMaterial;
+}
 class FGAIManager;
 class FGAIFlightPlan;
 class FGFX;
@@ -114,7 +116,7 @@ public:
     SGVec3d getCartPos() const;
 
     bool getGroundElevationM(const SGGeod& pos, double& elev,
-        const SGMaterial** material) const;
+                             const simgear::BVHMaterial** material) const;
 
     double _elevation_m;