]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/vertical_speed_indicator.hxx
better use unset() for unsetting ...
[flightgear.git] / src / Instrumentation / vertical_speed_indicator.hxx
index 0c2a5a3a92209ba889a413a60443f50667191893..2b6a930d432a9c2dd285ac04f191e34bcd548024 100644 (file)
@@ -33,7 +33,6 @@ class VerticalSpeedIndicator : public SGSubsystem
 public:
 
     VerticalSpeedIndicator ( SGPropertyNode *node );
-    VerticalSpeedIndicator ();
     virtual ~VerticalSpeedIndicator ();
 
     virtual void init ();
@@ -43,9 +42,9 @@ private:
 
     double _internal_pressure_inhg;
 
-    string name;
-    int num;
-    string static_port;
+    string _name;
+    int _num;
+    string _static_pressure;
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _pressure_node;