]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
gps warning fix (xxx will be initialized after yyy)
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 11649adabf21d88998fb28d3bf00bede1290ebf0..b5856ef979de8e0da90be5ff5e4183db7e1a6ede 100644 (file)
@@ -31,7 +31,10 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
+    bool build (SGPropertyNode* config_props);
 
+private:
+    bool _explicitGps;
 };
 
 #endif // __INSTRUMENT_MGR_HXX