--- linuxsampler/trunk/src/common/Mutex.h 2005/04/27 22:44:49 501 +++ linuxsampler/trunk/src/common/Mutex.h 2005/04/29 14:20:22 502 @@ -28,7 +28,7 @@ class Mutex { public: Mutex(); - ~Mutex(); + virtual ~Mutex(); void Lock(); bool Trylock(); void Unlock();