]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.hxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Autopilot / route_mgr.hxx
index 21e095086fbcb88e8658ae2eed9a2a11af9628cf..2ab4df22be1ad27631e65fc329027e1fd3862791 100644 (file)
@@ -90,7 +90,7 @@ public:
 
     bool build ();
 
-    void add_waypoint( SGWayPoint wp ) {
+    void add_waypoint( const SGWayPoint& wp ) {
         route->add_waypoint( wp );
     }