]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Hitch.hpp
latest updates from JSBSim
[flightgear.git] / src / FDM / YASim / Hitch.hpp
index d97fa9ae9be0761cb2b78d47bf03a55df7025057..45e9e7b840ec438ce847bcdf3d05be3aca46c1a2 100755 (executable)
@@ -1,6 +1,8 @@
 #ifndef _HITCH_HPP
 #define _HITCH_HPP
 
+#include <string>
+
 #include <Main/fg_props.hxx>
 
 namespace yasim {
@@ -48,7 +50,7 @@ public:
 
     void integrate (float dt);
 
-    const char *getConnectedPropertyNode() const;
+    std::string getConnectedPropertyNode() const;
     void setConnectedPropertyNode(const char *nodename);
 
 private: