]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/pisimplecontroller.hxx
Interim windows build fix
[flightgear.git] / src / Autopilot / pisimplecontroller.hxx
index 06dcb01a2c9e48da20022cf074e619b806bb3181..3753df02187fdeff3313a3fc862e1157a3b234b3 100644 (file)
@@ -49,7 +49,9 @@ private:
     double _int_sum;
 
 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: