]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/apt_loader.hxx
Several Bugfixes:
[flightgear.git] / src / Airports / apt_loader.hxx
index 54596e8d85bf37e07a36547ecc09acc68686a721..106268f542b0c410ade9a9cd3c806c33b94d3c4e 100644 (file)
 
 #include <string>
 
-// 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( const std::string &aptdb_file, 
-        FGCommList *comm_list, const std::string &metar_file );
 
+bool fgAirportDBLoad( const std::string &aptdb_file, 
+        const std::string &metar_file );
 
 #endif // _FG_APT_LOADER_HXX