]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/system_mgr.hxx
Metar: finalise-position fast if Metar fails
[flightgear.git] / src / Systems / system_mgr.hxx
index a5403580fe3ca08716831d5b03d8626843fc3da2..ca5d64fa3690cd9642e0106f9fb5f7ee4d23db80 100644 (file)
@@ -31,11 +31,7 @@ public:
 
     FGSystemMgr ();
     virtual ~FGSystemMgr ();
-    bool build ();
-
-private:
-    SGPropertyNode_ptr config_props;
-    bool enabled;
+    bool build (SGPropertyNode* config_props);
 
 };