]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/auto_gui.hxx
Oliver Schroeder:
[flightgear.git] / src / Autopilot / auto_gui.hxx
index 40a892a10d36d555e346682b230754e65496319b..69e455d4e0d74fe4aaf6c4fc08a94520f133979a 100644 (file)
@@ -1,7 +1,7 @@
 // auto_gui.hxx -- autopilot gui interface
 //
 // Written by Norman Vine <nhv@cape.com>
-// Arranged by Curt Olson <curt@flightgear.org>
+// Arranged by Curt Olson <http://www.flightgear.org/~curt>
 //
 // Copyright (C) 1998 - 2000
 //
@@ -37,7 +37,7 @@ SG_USING_STD( string );
 // prototypes
 
 class puObject;
-void fgAPAdjust( puObject * );
+// void fgAPAdjust( puObject * );
 void NewHeading(puObject *cb);
 void NewAltitude(puObject *cb);
 void AddWayPoint(puObject *cb);
@@ -49,7 +49,7 @@ void fgAPAdjustInit() ;
 void NewHeadingInit();
 void NewAltitudeInit();
 
-int NewWaypoint( string Tgt_Alt );
+int NewWaypoint( const string& Tgt_Alt );
 
 
 #endif // _AUTO_GUI_HXX