X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fvertical_speed_indicator.hxx;h=2b6a930d432a9c2dd285ac04f191e34bcd548024;hb=61812ef4b88f5aa74e9cc0630c84d6fc6b4a51cd;hp=0c2a5a3a92209ba889a413a60443f50667191893;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/vertical_speed_indicator.hxx b/src/Instrumentation/vertical_speed_indicator.hxx index 0c2a5a3a9..2b6a930d4 100644 --- a/src/Instrumentation/vertical_speed_indicator.hxx +++ b/src/Instrumentation/vertical_speed_indicator.hxx @@ -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;