]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.cxx
Add --log-class option, improve logging classes.
[flightgear.git] / src / Instrumentation / mag_compass.cxx
index 223c777087e79fe36b46ebdf17d06775c512779d..1477228e99f3665755e8b93c0aba90cb9f571686 100644 (file)
@@ -10,7 +10,6 @@
 #  include <config.h>
 #endif
 
-#include <plib/sg.h>
 #include <simgear/sg_inlines.h>
 
 #include "mag_compass.hxx"
@@ -33,7 +32,7 @@ MagCompass::~MagCompass ()
 void
 MagCompass::init ()
 {
-    string branch;
+    std::string branch;
     branch = "/instrumentation/" + _name;
 
     SGPropertyNode *node = fgGetNode(branch.c_str(), _num, true );