X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fgsdi.cxx;h=7a5e45481c9a1eef4727dcfed7e5acca2b9181ad;hb=9fa790bcac7e535bb06cd228ae15178f1b10b26f;hp=acf11412d4cb50df3d1b769e080df5c96920a31e;hpb=fc98b57b15bbce17971e8e7001a403d06f9a9d7e;p=flightgear.git diff --git a/src/Instrumentation/gsdi.cxx b/src/Instrumentation/gsdi.cxx index acf11412d..7a5e45481 100644 --- a/src/Instrumentation/gsdi.cxx +++ b/src/Instrumentation/gsdi.cxx @@ -49,7 +49,7 @@ GSDI::~GSDI() void GSDI::init() { - string branch; + std::string branch; branch = "/instrumentation/" + _name; SGPropertyNode *n = fgGetNode(branch.c_str(), _num, true); _serviceableN = n->getNode("serviceable", true);