]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.hxx
bind the sky disable cutoff distance to a property
[flightgear.git] / src / Instrumentation / mag_compass.hxx
index ea5ac60ec73bde37fcb822a2d757ff73ec09a1ef..474babdafa0f26ddcdeb33a708bbe49831d6f000 100644 (file)
@@ -51,8 +51,8 @@ private:
     double _error_deg;
     double _rate_degps;
 
-    string name;
-    int num;
+    std::string _name;
+    int _num;
 
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _roll_node;