]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gsdi.hxx
Potential fix for bug #471 (crash in checkspeedadjustment).
[flightgear.git] / src / Instrumentation / gsdi.hxx
index 2fc8e2966441ba895bf4ff563cc32771be293a18..0d8ef2e368c9431ba57411b346d07d745e73c6ff 100644 (file)
@@ -51,7 +51,7 @@ public:
        virtual void update(double dt);
 
 private:
-       string _name;
+  std::string _name;
        unsigned int _num;
 
        SGPropertyNode_ptr _serviceableN;