]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/route_mgr.hxx
Merge branch 'attenuation' into navaids-radio
[flightgear.git] / src / Autopilot / route_mgr.hxx
index a309bb364ed0b342b2968c6e8448faa59d80383b..2b3409b131202664105c21b20afac191a9707678 100644 (file)
@@ -94,6 +94,8 @@ public:
     
   flightgear::Waypt* wayptAtIndex(int index) const;
              
+  SGPropertyNode_ptr wayptNodeAtIndex(int index) const;
+             
   /**
    * Find a waypoint in the route, by position, and return its index, or
    * -1 if no matching waypoint was found in the route.