X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=58d92afbef858250a9ce1746b4f825901db5d2d6;hb=ccb890447ae2f950b8032649ca8b8190bdafaf90;hp=d7c9b2a07b66ef2474f4b6dcd7f402b30a7ba66d;hpb=7aba4333a261df723fcbe9eaf86c16af89372595;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index d7c9b2a07..58d92afbe 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -33,7 +33,8 @@ public: virtual ~FGInstrumentMgr (); virtual void init(); - virtual void reinit(); + virtual InitStatus incrementalInit(); + private: bool build (SGPropertyNode* config_props);