]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIPlane.hxx
Fix the nmea and garmin output to a) fake a GSA sentence, b) fix a y2k bug
[flightgear.git] / src / ATC / AIPlane.hxx
index b87c50864673e8f0ed4ba41f953611faee2fd157..7f00d89a5297ac07968540cb6bf6234a56f45ddc 100644 (file)
@@ -82,7 +82,7 @@ public:
        inline PatternLeg GetLeg() {return leg;}
        
        // Return what type of landing we're doing on this circuit
-       LandingType GetLandingOption();
+       virtual LandingType GetLandingOption();
 
 protected:
        PlaneRec plane;