]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.cxx
Add hud-cycling back - issue #337
[flightgear.git] / src / Instrumentation / mag_compass.cxx
index 1f57f0791923154a44fd9e98301f3ec08225a268..1477228e99f3665755e8b93c0aba90cb9f571686 100644 (file)
@@ -32,7 +32,7 @@ MagCompass::~MagCompass ()
 void
 MagCompass::init ()
 {
-    string branch;
+    std::string branch;
     branch = "/instrumentation/" + _name;
 
     SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );