]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/apt_loader.hxx
fix a typo
[flightgear.git] / src / Airports / apt_loader.hxx
index 883e0384d56fd8906d353689d2df12850491e7ec..af2d46aeba47c0547e9817da4b3b6295e77b2e31 100644 (file)
@@ -35,7 +35,7 @@
 // Load the airport data base from the specified aptdb file.  The
 // metar file is used to mark the airports as having metar available
 // or not.
-bool fgAirportDBLoad( FGAirportList *airports, const string &aptdb_file, const std::string &metar_file );
+bool fgAirportDBLoad( const string &aptdb_file, const std::string &metar_file );
 
 
 #endif // _FG_APT_LOADER_HXX