From b84cf7c3af99368e75d529b7ce5eb4f824e0c777 Mon Sep 17 00:00:00 2001 From: daveluff Date: Tue, 7 Oct 2003 16:05:20 +0000 Subject: [PATCH] Oops - a boo boo of monumental proportions completely took ATC off the air... --- src/ATC/ATC.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5