X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fkt_70.hxx;h=1316e243a857483ee5ef519025dcd0316745ea8b;hb=caf0138ab35b03bbe7bf367ff2222d0a31be3157;hp=69d534831191b7588358e0b30c9b38164613fe79;hpb=e48967cb1de18922fb148f05fe56966af917688f;p=flightgear.git diff --git a/src/Instrumentation/kt_70.hxx b/src/Instrumentation/kt_70.hxx index 69d534831..1316e243a 100644 --- a/src/Instrumentation/kt_70.hxx +++ b/src/Instrumentation/kt_70.hxx @@ -29,6 +29,7 @@ #include #include +#include #include #include @@ -39,6 +40,7 @@ class FGKT_70 : public SGSubsystem { +private: SGPropertyNode_ptr lon_node; SGPropertyNode_ptr lat_node; SGPropertyNode_ptr alt_node; @@ -72,6 +74,7 @@ class FGKT_70 : public SGSubsystem string name; int num; + simgear::TiedPropertyList _tiedProperties; public: