]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
Modified FGSubsystem::update() to take an int parameter for delta time
[flightgear.git] / src / Cockpit / panel.cxx
index d20af07af99fd6913890a2ac943f7d2c50f1b642..a752227891987aeec5bd67707285cd6d472caecc 100644 (file)
@@ -253,7 +253,7 @@ FGPanel::unbind ()
  * Update the panel.
  */
 void
-FGPanel::update ()
+FGPanel::update (int dt)
 {
                                // Do nothing if the panel isn't visible.
     if ( !fgPanelVisible() ) {