X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=0d0069733b7bb1bd00e91080b8799b46bd9afe99;hb=010e03fab49219813f2957b0e494672d01d62ff4;hp=11649adabf21d88998fb28d3bf00bede1290ebf0;hpb=980012e1682fdb27c9b9ec27edea0b549d603f9d;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index 11649adab..0d0069733 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -31,7 +31,10 @@ public: FGInstrumentMgr (); virtual ~FGInstrumentMgr (); + bool build (); +private: + SGPropertyNode *config_props; }; #endif // __INSTRUMENT_MGR_HXX