]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atcutils.cxx
CMake update for new KLN89 file.
[flightgear.git] / src / ATC / atcutils.cxx
index 589a387e2b3295c0edc2e3d2fe10b24444b573aa..94e4ec63b8415a07b3af800d939b1daa2cbc8058 100644 (file)
@@ -256,7 +256,7 @@ double FGCommList::FindClosest(const SGGeod& aPos, ATCData& ad, atc_type tp, dou
 // Find by Airport code.
 // This is basically a wrapper for a call to the airport database to get the airport
 // position followed by a call to FindByPos(...)
-bool FGCommList::FindByCode( const string& ICAO, ATCData& ad, atc_type tp ) {
+bool FGCommList::FindByCode( const std::string& ICAO, ATCData& ad, atc_type tp ) {
 /*
     const FGAirport *a = fgFindAirportID( ICAO);
     if ( a) {
@@ -285,7 +285,7 @@ bool FGCommList::FindByCode( const string& ICAO, ATCData& ad, atc_type tp ) {
 // Return an appropriate sequence number for an ATIS transmission.
 // Return sequence number + 2600 if sequence is unchanged since 
 // last time.
-int FGCommList::GetAtisSequence( const string& apt_id, 
+int FGCommList::GetAtisSequence( const std::string& apt_id, 
         const double tstamp, const int interval, const int special)
 {
 /*