]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/component.hxx
(Re)allow duplicate names for A/P stages
[flightgear.git] / src / Autopilot / component.hxx
index 795f104a08f9e211144e1cd2e043673c6f2b0e6a..3f8d60352f287acd9eb49b14be5f02eac5652471 100644 (file)
@@ -27,7 +27,6 @@
 #  include <config.h>
 #endif
 
-#include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/condition.hxx>
 
@@ -58,7 +57,7 @@ protected:
 
    /** 
     * @brief pure virtual function to be implemented by the derived classes. Gets called from
-    * the update method if it's not disabled with the firstTime parameter set to true it this
+    * the update method if it's not disabled with the firstTime parameter set to true if this
     * is the first call after being enabled 
     * @param firstTime set to true if this is the first update call since this component has
              been enabled. Set to false for every subsequent call.