]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
James Turner: Improved runway management code:
[flightgear.git] / src / Navaids / navdb.hxx
index 825fa1e621f7b9a3c8360ee8bc45a60bb31cc781..3c2321221261e57c58f0cb17a797f85493c9a5f4 100644 (file)
@@ -52,7 +52,7 @@ bool fgNavDBInit( FGAirportList *airports,
 // it then "moves" the localizer and updates it's heading so it
 // *perfectly* aligns with the runway, but is still the same distance
 // from the runway threshold.
-void fgNavDBAlignLOCwithRunway( FGRunwayList *runways, FGNavList *loclist,
+void fgNavDBAlignLOCwithRunway( FGAirportList *airport, FGNavList *loclist,
                                 double threshold );
 
 #endif // _FG_NAVDB_HXX