]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/system_mgr.hxx
use http_proxy environment variable
[flightgear.git] / src / Systems / system_mgr.hxx
index e783532e22741083cb7cabab1aa679c460ba22fe..a6260a531d921d3213c1cee94b63666ef16be58b 100644 (file)
@@ -31,10 +31,9 @@ public:
 
     FGSystemMgr ();
     virtual ~FGSystemMgr ();
-    bool build ();
+    bool build (SGPropertyNode* config_props);
 
 private:
-    SGPropertyNode *config_props;
     bool enabled;
 
 };