]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/autopilot.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Autopilot / autopilot.hxx
index ccda272e0550059fd64839160c87ac6ccf30ba0f..b24977e560adf1d8178e821dd0acbf4051ee73de 100644 (file)
@@ -54,7 +54,7 @@ public:
     std::string get_name() const { return _name; }
     void set_name( const std::string & name ) { _name = name; }
 
-    void add_component( Component * component );
+    void add_component( Component * component, double updateInterval );
 
 protected: