X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fgsdi.hxx;h=0d8ef2e368c9431ba57411b346d07d745e73c6ff;hb=a6de24461e797871d3c841f045343b05929378fb;hp=2fc8e2966441ba895bf4ff563cc32771be293a18;hpb=fc98b57b15bbce17971e8e7001a403d06f9a9d7e;p=flightgear.git diff --git a/src/Instrumentation/gsdi.hxx b/src/Instrumentation/gsdi.hxx index 2fc8e2966..0d8ef2e36 100644 --- a/src/Instrumentation/gsdi.hxx +++ b/src/Instrumentation/gsdi.hxx @@ -51,7 +51,7 @@ public: virtual void update(double dt); private: - string _name; + std::string _name; unsigned int _num; SGPropertyNode_ptr _serviceableN;