]> 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 56bb6c32e5535bb76ce24e3fcfe423a301ea151c..b24977e560adf1d8178e821dd0acbf4051ee73de 100644 (file)
@@ -52,9 +52,9 @@ public:
     bool is_serviceable() const { return _serviceable; }
 
     std::string get_name() const { return _name; }
-    void set_name( std::string & name ) { _name = name; }
+    void set_name( const std::string & name ) { _name = name; }
 
-    void add_component( Component * component );
+    void add_component( Component * component, double updateInterval );
 
 protected: