]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/vacuum.hxx
Clean-up: move autosave.xml loading code to proper method
[flightgear.git] / src / Systems / vacuum.hxx
index d03cb758cd6186e7235dec7a2694a8af9bb5e8c7..3b47132699f8b0fea6d8372690bece43352db515 100644 (file)
@@ -49,12 +49,12 @@ public:
 
 private:
 
-    string name;
-    int num;
-    string_list rpms;
-    double scale;
+    std::string _name;
+    int _num;
+    string_list _rpms;
+    double _scale;
     SGPropertyNode_ptr _serviceable_node;
-    vector<SGPropertyNode_ptr> _rpm_nodes;
+    std::vector<SGPropertyNode_ptr> _rpm_nodes;
     SGPropertyNode_ptr _pressure_node;
     SGPropertyNode_ptr _suction_node;