X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fapt_loader.hxx;h=7e2405638dffe21c05d866361d4419dac2ccd77c;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=883e0384d56fd8906d353689d2df12850491e7ec;hpb=301054204e0412eb31f06477e32cfe6f1fcb0792;p=flightgear.git diff --git a/src/Airports/apt_loader.hxx b/src/Airports/apt_loader.hxx index 883e0384d..7e2405638 100644 --- a/src/Airports/apt_loader.hxx +++ b/src/Airports/apt_loader.hxx @@ -29,13 +29,14 @@ #include -#include "simple.hxx" - +// forward decls +class FGCommList; // 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 std::string &aptdb_file, + FGCommList *comm_list, const std::string &metar_file ); #endif // _FG_APT_LOADER_HXX