--- linuxsampler/trunk/src/engines/common/VoiceBase.h 2011/07/25 17:21:16 2216 +++ linuxsampler/trunk/src/engines/common/VoiceBase.h 2011/07/26 15:51:30 2217 @@ -35,7 +35,7 @@ D* pDiskThread; ///< Pointer to the disk thread, to be able to order a disk stream and later to delete the stream again int RealSampleWordsLeftToRead; ///< Number of samples left to read, not including the silence added for the interpolator - VoiceBase() { + VoiceBase(SignalUnitRack* pRack = NULL): AbstractVoice(pRack) { pRegion = NULL; pDiskThread = NULL; }