]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.hxx
A couple more straggling instrumentation clean ups.
[flightgear.git] / src / Instrumentation / clock.hxx
index 0e35f0441dca13211fdc359fef955aa4d1b92ef4..44e7344065e881941215c9e045a47e4648937ca9 100644 (file)
@@ -35,6 +35,7 @@ class Clock : public SGSubsystem
 
 public:
 
+    Clock ( SGPropertyNode *node );
     Clock ();
     virtual ~Clock ();
 
@@ -50,6 +51,9 @@ private:
     char _indicated_string[16];
     long _standstill_offset;
 
+    string name;
+    int num;
+
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _sec_node;