--- libgig/trunk/src/RIFF.h 2009/07/29 18:02:35 1952 +++ libgig/trunk/src/RIFF.h 2009/07/30 08:16:02 1953 @@ -2,7 +2,7 @@ * * * libgig - C++ cross-platform Gigasampler format file access library * * * - * Copyright (C) 2003-2007 by Christian Schoenebeck * + * Copyright (C) 2003-2009 by Christian Schoenebeck * * * * * * This library is free software; you can redistribute it and/or modify * @@ -38,7 +38,6 @@ #include #include -#include #include #include @@ -324,7 +323,7 @@ friend class List; private: stream_mode_t Mode; - std::set ResizedChunks; ///< All chunks which have been resized (enlarged / shortened). + ChunkList ResizedChunks; ///< All chunks which have been resized (enlarged / shortened). unsigned long GetFileSize(); void ResizeFile(unsigned long ulNewSize);