]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/pidcontroller.hxx
Interim windows build fix
[flightgear.git] / src / Autopilot / pidcontroller.hxx
index da69a7389bfc585d7fc6d1adab7e32d22ae306e9..4590de6e511c702863c67e0656650c816d39acef 100644 (file)
@@ -62,7 +62,9 @@ private:
     double elapsedTime;          // elapsed time (sec)
 
 protected:
-    bool configure( const std::string & nodeName, SGPropertyNode_ptr configNode);
+    virtual bool configure( SGPropertyNode& cfg_node,
+                            const std::string& cfg_name,
+                            SGPropertyNode& prop_root );
 public:
     PIDController();
     ~PIDController() {}