--- libgig/trunk/src/gig.h 2005/12/23 01:38:50 823 +++ libgig/trunk/src/gig.h 2006/02/06 17:58:21 834 @@ -130,7 +130,7 @@ /** Defines how the filter cutoff frequency is controlled by. */ typedef enum { vcf_cutoff_ctrl_none = 0x00, - vcf_cutoff_ctrl_none2 = 0x01, ///< The difference betwheen none and none2 is unknown + vcf_cutoff_ctrl_none2 = 0x01, ///< The difference between none and none2 is unknown vcf_cutoff_ctrl_modwheel = 0x81, ///< Modulation Wheel (MIDI Controller 1) vcf_cutoff_ctrl_effect1 = 0x8c, ///< Effect Controller 1 (Coarse, MIDI Controller 12) vcf_cutoff_ctrl_effect2 = 0x8d, ///< Effect Controller 2 (Coarse, MIDI Controller 13) @@ -669,10 +669,7 @@ Instrument* GetInstrument(uint index, progress_t* pProgress = NULL); Instrument* AddInstrument(); void DeleteInstrument(Instrument* pInstrument); - ~File(); protected: - std::list ExtensionFiles; - // overridden protected methods from DLS::File virtual void LoadSamples(); virtual void LoadInstruments();