]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/predictor.hxx
ITM radio calculations are only considered valid
[flightgear.git] / src / Autopilot / predictor.hxx
index 5418b337f08d0f69a7d454f19a4ed76f8e99989a..e4c21b51430f17808c21efee6e0e9b0a9fcb25fc 100644 (file)
@@ -53,7 +53,7 @@ private:
     InputValueList _filter_gain;
 
 protected:
-  bool configure(const std::string& nodeName, SGPropertyNode* configNode );
+  bool configure(const std::string& nodeName, SGPropertyNode_ptr configNode );
 
 public:
     Predictor();