--- linuxsampler/trunk/src/engines/sfz/DiskThread.h 2019/01/27 10:07:48 3454 +++ linuxsampler/trunk/src/engines/sfz/DiskThread.h 2019/01/27 10:07:54 3455 @@ -4,7 +4,7 @@ * * * Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck * * Copyright (C) 2005-2009 Christian Schoenebeck * - * Copyright (C) 2009 Grigor Iliev * + * Copyright (C) 2009-2019 Grigor Iliev * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -29,7 +29,11 @@ #include "../common/DiskThreadBase.h" #include "InstrumentResourceManager.h" -namespace LinuxSampler { namespace sfz { +namespace LinuxSampler { + template <> + LinuxSampler::Stream* LinuxSampler::DiskThreadBase< ::sfz::Region, sfz::InstrumentResourceManager>::SLOT_RESERVED; + +namespace sfz { class DiskThread: public LinuxSampler::DiskThreadBase< ::sfz::Region, InstrumentResourceManager> { protected: