]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/airspeed_indicator.cxx
httpd: better handling of first-time notifications
[flightgear.git] / src / Instrumentation / airspeed_indicator.cxx
index 3c339451c2407e694c8aa90d84d80dce4216e266..2879f73b74bb6269b305517d16d0b452d72e053a 100644 (file)
@@ -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 );