]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.hxx
Adapt to simgear SGMath change.
[flightgear.git] / src / Airports / runways.hxx
index 1c5ab85b1071607b60f4d330f1b1ba963f2d62dd..2cdc2e495095f0300cba26f02a8a0e5661ceba38 100644 (file)
@@ -116,6 +116,8 @@ public:
   { return _reciprocal; }
   void setReciprocalRunway(FGRunway* other);
   
+  virtual flightgear::PositionedBinding* createBinding(SGPropertyNode* nd) const;
+  
   /**
    * Helper to process property data loaded from an ICAO.threshold.xml file
    */
@@ -130,6 +132,7 @@ public:
    * Get STARs associared with this runway
    */ 
   std::vector<flightgear::STAR*> getSTARs();
+  
 };
 
 #endif // _FG_RUNWAYS_HXX