From: daveluff Date: Tue, 7 Oct 2003 16:05:20 +0000 (+0000) Subject: Oops - a boo boo of monumental proportions completely took ATC off the air... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b84cf7c3af99368e75d529b7ce5eb4f824e0c777;p=flightgear.git Oops - a boo boo of monumental proportions completely took ATC off the air... --- 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);