]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/predictor.hxx
Interim windows build fix
[flightgear.git] / src / Autopilot / predictor.hxx
index e4c21b51430f17808c21efee6e0e9b0a9fcb25fc..7221d5ec277fbcbc2ce5ff764d24f8e8609b0381 100644 (file)
@@ -53,7 +53,9 @@ private:
     InputValueList _filter_gain;
 
 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:
     Predictor();