--- linuxsampler/trunk/src/lib/fileloader/libgig/gig.h 2005/01/23 21:24:16 348 +++ linuxsampler/trunk/src/lib/fileloader/libgig/gig.h 2005/01/25 22:11:43 351 @@ -649,7 +649,7 @@ Instrument* GetFirstInstrument(); ///< Returns a pointer to the first Instrument object of the file, NULL otherwise. Instrument* GetNextInstrument(); ///< Returns a pointer to the next Instrument object of the file, NULL otherwise. Instrument* GetInstrument(uint index); - ~File() {}; + ~File(); protected: typedef std::list SampleList; typedef std::list InstrumentList;