]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/vacuum.cxx
Canvas: Add new element type map for geo mapping.
[flightgear.git] / src / Systems / vacuum.cxx
index a776d9a493d246a36561c57356a784fb1775fdc5..b7f91e0ec29dd2f8dbb2aced1c4bb1cb78b4f1b6 100644 (file)
@@ -35,7 +35,7 @@ void
 VacuumSystem::init()
 {
     unsigned int i;
-    string branch;
+    std::string branch;
     branch = "/systems/" + _name;
 
     SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );