]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Hitch.hpp
YASim airborne start-up
[flightgear.git] / src / FDM / YASim / Hitch.hpp
index 45e9e7b840ec438ce847bcdf3d05be3aca46c1a2..f14cc85b5f2d5cb931c5767979e16a6cb6d90cc7 100644 (file)
@@ -4,6 +4,7 @@
 #include <string>
 
 #include <Main/fg_props.hxx>
+#include <simgear/props/tiedpropertylist.hxx>
 
 namespace yasim {
 
@@ -111,6 +112,7 @@ private:
     bool _last_wish;
 
     SGPropertyNode_ptr _node;
+    simgear::TiedPropertyList _tiedProperties;
 };
 
 }; // namespace yasim