]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/simple.hxx
Roy Vegard Ovesen:
[flightgear.git] / src / Airports / simple.hxx
index 2d25e16d5d74dfdc1f1186250044936fe855a8fa..9b98f97a49fbd035294ea73ee8ae27946bbae5af 100644 (file)
@@ -75,7 +75,7 @@ private:
 public:
 
     // Constructor
-    FGAirportList( const stringfile );
+    FGAirportList( const string &airport_file, const string &metar_file );
 
     // Destructor
     ~FGAirportList();
@@ -102,7 +102,7 @@ public:
     /**
      * Return a specific airport, by position.
      */
-    const FGAirport getAirport( int index ) const;
+    const FGAirport *getAirport( int index ) const;
 
 
     /**