]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/vertical_speed_indicator.hxx
Adapt to simgear SGMath change.
[flightgear.git] / src / Instrumentation / vertical_speed_indicator.hxx
index d40aa5693c7f6ede52ae2ce8a101a07d3c8e6872..56b4f0e18366a594f2c9eec5d3cc67798680bf30 100644 (file)
@@ -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;