]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fgfs.hxx
Added a new 'delimiter' property to allow an alternative delimiter to
[flightgear.git] / src / Main / fgfs.hxx
index 79dec566d0998d25efd2230296954069503c196a..f7aa373e1b7fea49f443aa67f745d59e53c57c3a 100644 (file)
@@ -150,7 +150,7 @@ public:
    * update its state.  If the subsystem requires delta time information,
    * it should track it itself.</p>
    */
-  virtual void update () = 0;
+  virtual void update (int dt) = 0;
 
 };