]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/groundnetwork.hxx
Alexis Bory:
[flightgear.git] / src / Airports / groundnetwork.hxx
index 35fd03c0d3354aeaf19a96005ef8e5a9339ec4bb..9b73e2e81d08e7909626e7a3243ead090615d809 100644 (file)
 #include <list>
 #include <map>
 
-class Block;
-
 #include "gnnode.hxx"
 #include "parking.hxx"
 #include <ATC/trafficcontrol.hxx>
 
 
+class Block;
+class FGRunway;
 class FGTaxiSegment; // forward reference
 class FGAIFlightPlan; // forward reference
 class FGAirport;      // forward reference
@@ -275,7 +275,7 @@ public:
     };
 
     int findNearestNode(const SGGeod& aGeod);
-    int findNearestNodeOnRunway(const SGGeod& aGeod);
+    int findNearestNodeOnRunway(const SGGeod& aGeod, FGRunway* aRunway = NULL);
 
     FGTaxiNode *findNode(unsigned idx);
     FGTaxiSegment *findSegment(unsigned idx);