--- linuxsampler/trunk/src/engines/Engine.h 2007/01/06 16:54:03 1011 +++ linuxsampler/trunk/src/engines/Engine.h 2007/01/07 15:52:36 1012 @@ -2,8 +2,8 @@ * * * LinuxSampler - modular, streaming capable sampler * * * - * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005, 2006 Christian Schoenebeck * + * Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2005-2007 Christian Schoenebeck * * * * 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 * @@ -71,6 +71,7 @@ protected: virtual ~Engine() {}; // MUST only be destroyed by EngineFactory + void Unregister(); // Remove self from EngineFactory. friend class EngineFactory; };