X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=58d92afbef858250a9ce1746b4f825901db5d2d6;hb=f8b689c040100aa21b27081b60a8da1fa99edd37;hp=d7c9b2a07b66ef2474f4b6dcd7f402b30a7ba66d;hpb=724cdac33596fdd0bff041103815b222a8c65f17;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);