]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.hxx
Added a property output feature to ControlMap that allows arbitrary binding
[flightgear.git] / src / Airports / runways.hxx
index 49fd41d0f8641fbb6fd89c6b3a021c17f41b6df4..041e904765ca367a37afa3b13d9097088fcc603a 100644 (file)
@@ -130,7 +130,7 @@ public:
     bool search( const string& aptid, const int hdg, FGRunway* runway );
 
     // Return the runway number of the runway closest to a given heading
-    string FGRunways::search( const string& aptid, const int tgt_hdg );
+    string search( const string& aptid, const int tgt_hdg );
 
     FGRunway search( const string& aptid );
     bool next( FGRunway* runway );