X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finst_vertical_speed_indicator.hxx;h=18e818604e80e19aa57d7731c7d033e53006270c;hb=9fa790bcac7e535bb06cd228ae15178f1b10b26f;hp=df39b4e3022a99322dfd2c2fae0afe2b723961bc;hpb=c9813d1b5d79b4aad13c263690a0223086af25ac;p=flightgear.git diff --git a/src/Instrumentation/inst_vertical_speed_indicator.hxx b/src/Instrumentation/inst_vertical_speed_indicator.hxx index df39b4e30..18e818604 100644 --- a/src/Instrumentation/inst_vertical_speed_indicator.hxx +++ b/src/Instrumentation/inst_vertical_speed_indicator.hxx @@ -62,14 +62,14 @@ public: private: + std::string _name; + int _num; + double _internal_pressure_inhg; double _internal_sea_inhg; double _speed_ft_per_s; - string name; - int num; - SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _freeze_node; SGPropertyNode_ptr _pressure_node;