]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Merge branch 'maint'
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 8224e85f58a134f4061b53e05710771291d84352..b5856ef979de8e0da90be5ff5e4183db7e1a6ede 100644 (file)
@@ -31,10 +31,9 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
-    bool build ();
+    bool build (SGPropertyNode* config_props);
 
 private:
-    SGPropertyNode_ptr config_props;
     bool _explicitGps;
 };