]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.hxx
Add --log-class option, improve logging classes.
[flightgear.git] / src / Instrumentation / heading_indicator.hxx
index f3d6f5f155cb83c3a8f0851676ef228a7cef9824..ecd06fb1848dc6ebf1a9f3eb792c5fe59a0c2565 100644 (file)
@@ -51,9 +51,9 @@ private:
     Gyro _gyro;
     double _last_heading_deg;
 
-    string _name;
+    std::string _name;
     int _num;
-    string _suction;
+    std::string _suction;
 
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _heading_in_node;