diff --git a/src/ATC/ATC.hxx b/src/ATC/ATC.hxx index 1401cdd1a..071cd5038 100644 --- a/src/ATC/ATC.hxx +++ b/src/ATC/ATC.hxx @@ -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);