--- qsampler/trunk/src/qsamplerInstrumentList.h 2007/11/24 21:04:08 1522 +++ qsampler/trunk/src/qsamplerInstrumentList.h 2007/11/25 11:40:47 1523 @@ -59,7 +59,7 @@ int iBank = -1, int iProg = -1); void removeInstrument(const qsamplerInstrument& instrument); - void resort(const qsamplerInstrument instrument); + void resort(const qsamplerInstrument& instrument); // Map selector. void setMidiMap(int iMidiMap); @@ -79,10 +79,10 @@ typedef QMap > InstrumentsMap; + InstrumentsMap m_instruments; + // Current map selection. int m_iMidiMap; - - InstrumentsMap m_instruments; };