]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/groundradar.hxx
Merge branch 'maint' into next
[flightgear.git] / src / Instrumentation / groundradar.hxx
index 2a78cab5903552b342b2209f163410344cc72131..64cbd04a6fe5b90022eb8533e1a25b0c07597f51 100644 (file)
@@ -26,7 +26,7 @@
 #include "od_gauge.hxx"
 
 // forward decls
-class FGRunway;
+class FGRunwayBase;
 
 ////////////////////////////////////////////////////////////////////////
 // Built-in layer for the atc radar.
@@ -43,7 +43,7 @@ public:
 protected:
     void createTexture(const char* texture_name);
     
-    void addRunwayVertices(const FGRunway* aRunway, double aTowerLat, double aTowerLon, double aScale, osg::Vec3Array* aVertices);
+    void addRunwayVertices(const FGRunwayBase* aRunway, double aTowerLat, double aTowerLon, double aScale, osg::Vec3Array* aVertices);
     
     osg::ref_ptr<osg::Geometry> _geom;
     SGPropertyNode_ptr _airport_node;