--- linuxsampler/trunk/src/engines/gig/InstrumentScriptVM.h 2019/08/29 13:44:35 3580 +++ linuxsampler/trunk/src/engines/gig/InstrumentScriptVM.h 2019/08/30 11:40:25 3581 @@ -23,7 +23,7 @@ * Note that this class is currently re-entrant safe, but @b not thread * safe! See also comments of base class ScriptVM regarding this issue. */ - class InstrumentScriptVM : public LinuxSampler::InstrumentScriptVM { + class InstrumentScriptVM FINAL : public LinuxSampler::InstrumentScriptVM { public: InstrumentScriptVM(); VMFunction* functionByName(const String& name) OVERRIDE;