]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gsdi.cxx
Performance optimization
[flightgear.git] / src / Instrumentation / gsdi.cxx
index acf11412d4cb50df3d1b769e080df5c96920a31e..7a5e45481c9a1eef4727dcfed7e5acca2b9181ad 100644 (file)
@@ -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);