--- linuxsampler/trunk/src/Sampler.h 2005/04/27 22:44:49 501 +++ linuxsampler/trunk/src/Sampler.h 2005/04/29 14:20:22 502 @@ -151,7 +151,7 @@ protected: SamplerChannel(Sampler* pS); - ~SamplerChannel(); + virtual ~SamplerChannel(); /** Getting MIDI input device port given its index number. */ MidiInputPort* GetMidiInputDevicePort(int iMidiPort); @@ -225,7 +225,7 @@ /** * Destructor. */ - ~Sampler(); + virtual ~Sampler(); /** * Returns the number of sampler channels currently allocated.