--- libgig/trunk/src/gig.h 2005/01/25 01:05:33 349 +++ libgig/trunk/src/gig.h 2005/01/25 21:54:24 350 @@ -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;