--- linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.h 2009/06/27 16:55:41 1923 +++ linuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.h 2009/06/28 16:43:38 1924 @@ -1,6 +1,6 @@ /*************************************************************************** * * - * Copyright (C) 2006 - 2008 Christian Schoenebeck * + * Copyright (C) 2006 - 2009 Christian Schoenebeck * * * * This library is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -284,8 +284,8 @@ */ static void fireMidiInstrumentMapInfoChanged(int MapId); - static optional GetEntry(int Map, midi_prog_index_t Index); // shall only be used by MidiInputPort ATM (see source comment) - friend class MidiInputPort; // allow MidiInputPort to access GetEntry() + static optional GetEntry(int Map, midi_prog_index_t Index); // shall only be used by EngineChannel ATM (see source comment) + friend class EngineChannel; // allow EngineChannel to access GetEntry() private: /**