--- linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h 2005/05/07 21:24:04 516 +++ linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h 2005/05/08 00:26:21 517 @@ -83,6 +83,7 @@ class InstrumentResourceManager : public ResourceManager { public: virtual ~InstrumentResourceManager() {} + static void OnInstrumentLoadingProgress(::gig::progress_t* pProgress); protected: virtual ::gig::Instrument* Create(instrument_id_t Key, InstrumentConsumer* pConsumer, void*& pArg); virtual void Destroy(::gig::Instrument* pResource, void* pArg);