]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.hxx
the former weather radar is now a generic radar (weather and aircraft),
[flightgear.git] / src / Instrumentation / heading_indicator.hxx
index 4ba772d22a93ddb11ba110e54046329f00f7aa26..8316384073f0e45480cec59ff68953e7984d9073 100644 (file)
@@ -51,9 +51,9 @@ private:
     Gyro _gyro;
     double _last_heading_deg;
 
-    string name;
-    int num;
-    string vacuum_system;
+    string _name;
+    int _num;
+    string _suction;
 
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _heading_in_node;