]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.cxx
Fix file access mode for newnavradio.[ch]xx
[flightgear.git] / src / Airports / runways.cxx
index c3e48ecbbd67325b2993498d3f893fe002124b00..bd2df3038ceddcb1c9d7fa2528a24a9958ab5d53 100644 (file)
@@ -39,6 +39,8 @@
 
 #include <Airports/simple.hxx>
 #include <Navaids/procedure.hxx>
+#include <Navaids/navrecord.hxx>
+#include <Navaids/PositionedBinding.hxx>
 
 using std::string;
 
@@ -197,4 +199,9 @@ std::vector<flightgear::STAR*> FGRunway::getSTARs()
   return result;
 }
 
+flightgear::PositionedBinding*
+FGRunway::createBinding(SGPropertyNode* nd) const
+{
+    return new flightgear::RunwayBinding(this, nd);
+}