]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
Merge branch 'torsten/auto'
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 0d0069733b7bb1bd00e91080b8799b46bd9afe99..b5856ef979de8e0da90be5ff5e4183db7e1a6ede 100644 (file)
@@ -31,10 +31,10 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
-    bool build ();
+    bool build (SGPropertyNode* config_props);
 
 private:
-    SGPropertyNode *config_props;
+    bool _explicitGps;
 };
 
 #endif // __INSTRUMENT_MGR_HXX