]> git.mxchange.org Git - flightgear.git/commitdiff
Oops - a boo boo of monumental proportions completely took ATC off the air...
authordaveluff <daveluff>
Tue, 7 Oct 2003 16:05:20 +0000 (16:05 +0000)
committerdaveluff <daveluff>
Tue, 7 Oct 2003 16:05:20 +0000 (16:05 +0000)
src/ATC/ATC.hxx

index 1401cdd1ad7223d05dbcfc3b48181a58a539262c..071cd50384d0c597d21389aeb6746543e875a17a 100644 (file)
@@ -107,7 +107,7 @@ public:
        // Run the internal calculations
        // Derived classes should call this method from their own Update methods if they 
        // wish to use the response timer functionality.
-       void Update(double dt);
+       virtual void Update(double dt);
        
        // Add plane to a stack
        virtual void AddPlane(string pid);