]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.cxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Instrumentation / clock.cxx
index 5d581e6f42de05cbb51174692a1a55d5d82bc413..86343cb47ebf0775cd52194365f8db62c88a3de2 100644 (file)
@@ -37,7 +37,7 @@ Clock::~Clock ()
 void
 Clock::init ()
 {
-    string branch;
+    std::string branch;
     branch = "/instrumentation/" + _name;
 
     SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );