X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fvertical_speed_indicator.hxx;h=56b4f0e18366a594f2c9eec5d3cc67798680bf30;hb=c71c9aee0a321192d01f89f161cbdbd6112491b6;hp=d40aa5693c7f6ede52ae2ce8a101a07d3c8e6872;hpb=37591d0ac9c316f107a3c38043edd3a7f89b4892;p=flightgear.git diff --git a/src/Instrumentation/vertical_speed_indicator.hxx b/src/Instrumentation/vertical_speed_indicator.hxx index d40aa5693..56b4f0e18 100644 --- a/src/Instrumentation/vertical_speed_indicator.hxx +++ b/src/Instrumentation/vertical_speed_indicator.hxx @@ -42,9 +42,9 @@ private: double _internal_pressure_inhg; - string _name; + std::string _name; int _num; - string _static_pressure; + std::string _static_pressure; SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _pressure_node;