]> 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 2b6a930d432a9c2dd285ac04f191e34bcd548024..56b4f0e18366a594f2c9eec5d3cc67798680bf30 100644 (file)
@@ -42,13 +42,14 @@ 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;
     SGPropertyNode_ptr _speed_node;
+    SGPropertyNode_ptr _speed_up_node;
     
 };