--- linuxsampler/trunk/src/engines/AbstractEngineChannel.cpp 2020/01/08 20:26:53 3705 +++ linuxsampler/trunk/src/engines/AbstractEngineChannel.cpp 2020/01/08 20:39:59 3706 @@ -3,9 +3,9 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005-2008 Christian Schoenebeck * - * Copyright (C) 2009-2012 Christian Schoenebeck and Grigor Iliev * - * Copyright (C) 2012-2017 Christian Schoenebeck and Andreas Persson * + * Copyright (C) 2005-2020 Christian Schoenebeck * + * Copyright (C) 2009-2012 Grigor Iliev * + * Copyright (C) 2012-2017 Andreas Persson * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -276,7 +276,7 @@ uint AbstractEngineChannel::GetMidiInputPortCount() { Sync< ArrayList > connections = midiInputs.back(); - return connections->size(); + return (uint) connections->size(); } MidiInputPort* AbstractEngineChannel::GetMidiInputPort(uint index) {