--- libgig/trunk/src/gig.h 2007/03/06 18:33:30 1076 +++ libgig/trunk/src/gig.h 2007/03/08 00:17:03 1081 @@ -2,7 +2,7 @@ * * * libgig - C++ cross-platform Gigasampler format file access library * * * - * Copyright (C) 2003-2006 by Christian Schoenebeck * + * Copyright (C) 2003-2007 by Christian Schoenebeck * * * * * * This library is free software; you can redistribute it and/or modify * @@ -713,6 +713,7 @@ Group* GetGroup(uint index); Group* AddGroup(); void DeleteGroup(Group* pGroup); + void DeleteGroupOnly(Group* pGroup); virtual ~File(); protected: // overridden protected methods from DLS::File