]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.hxx
James Turner: Improved runway management code:
[flightgear.git] / src / Navaids / navdb.hxx
index f32075163b100c232a2dd5d030f730fe13394f86..3c2321221261e57c58f0cb17a797f85493c9a5f4 100644 (file)
 
 // #include <map>
 // #include <vector>
-// #include STL_STRING
+// #include <string>
 
 #include "navlist.hxx"
 #include "fixlist.hxx"
 
-// SG_USING_STD(map);
-// SG_USING_STD(vector);
-// SG_USING_STD(string);
+// using std::map;
+// using std::vector;
+// using std::string;
 
 
 // load and initialize the navigational databases
@@ -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