]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/kt_70.hxx
PerformanceDB improvements.
[flightgear.git] / src / Instrumentation / kt_70.hxx
index 69d534831191b7588358e0b30c9b38164613fe79..1316e243a857483ee5ef519025dcd0316745ea8b 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/tiedpropertylist.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
@@ -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: