]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/vacuum.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Systems / vacuum.hxx
index d03cb758cd6186e7235dec7a2694a8af9bb5e8c7..fd69135963801ccba8c4f69035e78a5abb780c83 100644 (file)
@@ -49,10 +49,10 @@ public:
 
 private:
 
-    string name;
-    int num;
-    string_list rpms;
-    double scale;
+    string _name;
+    int _num;
+    string_list _rpms;
+    double _scale;
     SGPropertyNode_ptr _serviceable_node;
     vector<SGPropertyNode_ptr> _rpm_nodes;
     SGPropertyNode_ptr _pressure_node;