]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.hxx
Create a "passive" mode for the autopilot. This is analogous to running the
[flightgear.git] / src / Autopilot / route_mgr.hxx
index 69fa508af84aa934975b08df5bf8da6fe9011a8d..0c02c2cdc08462019d1619c3612881c6acb59b29 100644 (file)
@@ -93,9 +93,9 @@ private:
     SGPropertyNode_ptr mirror;
     bool altitude_set;
 
-    int make_waypoint( SGWayPoint **wp, string& target );
+    int make_waypoint( SGWayPoint **wp, const string& target );
     void update_mirror();
-    bool on_ground();
+    bool near_ground();
 
 public: