]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.hxx
Fix a dumb bug in NavDisplay text-enable.
[flightgear.git] / src / Instrumentation / turn_indicator.hxx
index b96873081b49ae6ebc2375ebe99c6fba89860972..04a8e6fcb10132a5d1968265629d42d5148aada3 100644 (file)
@@ -53,7 +53,7 @@ private:
     Gyro _gyro;
     double _last_rate;
 
-    string _name;
+    std::string _name;
     int _num;
 
     SGPropertyNode_ptr _roll_rate_node;