]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / ATC / atis.hxx
index d74c6ef19f84c2fde40e31cfd604aa0a9d29726e..b46d1b47d88c72a31632ded520f35e64167722de 100644 (file)
@@ -78,7 +78,7 @@ class FGATIS : public FGATC {
        ~FGATIS(void);
        
        //run the ATIS instance
-       void Update(void);
+       void Update(double dt);
        
        //Indicate that this instance should be outputting to the ATC display
        inline void SetDisplay(void) {display = true;}