]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/airspeed_indicator.hxx
ADF: code clean-up/documentation
[flightgear.git] / src / Instrumentation / airspeed_indicator.hxx
index 41e544c66704228c89c5da84fef7fb4bdbf08eae..26dd15a525167c1b63c2a25e12289c07a1443741 100644 (file)
@@ -45,7 +45,7 @@ public:
 private:
     void computeMach(double ias);
 
-    string _name;
+    std::string _name;
     unsigned int _num;
     string _total_pressure;
     string _static_pressure;