X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fairspeed_indicator.cxx;h=2879f73b74bb6269b305517d16d0b452d72e053a;hb=9d995907db00728da7eac9297ecbab93ed8a7400;hp=3c339451c2407e694c8aa90d84d80dce4216e266;hpb=5a8e6aeb8626db27fc606da1e0c8dfa913c88265;p=flightgear.git diff --git a/src/Instrumentation/airspeed_indicator.cxx b/src/Instrumentation/airspeed_indicator.cxx index 3c339451c..2879f73b7 100644 --- a/src/Instrumentation/airspeed_indicator.cxx +++ b/src/Instrumentation/airspeed_indicator.cxx @@ -45,7 +45,7 @@ AirspeedIndicator::~AirspeedIndicator () void AirspeedIndicator::init () { - string branch; + std::string branch; branch = "/instrumentation/" + _name; SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );