--- linuxsampler/trunk/src/engines/EngineBase.h 2016/07/15 20:07:47 2951 +++ linuxsampler/trunk/src/engines/EngineBase.h 2016/07/16 11:19:31 2952 @@ -1916,7 +1916,7 @@ * @param pEngineChannel - engine channel on which this event occurred on * @param itEvent - note synthesis parameter change event */ - virtual void ProcessNoteSynthParam(EngineChannel* pEngineChannel, RTList::Iterator& itEvent) OVERRIDE { + virtual void ProcessNoteSynthParam(EngineChannel* pEngineChannel, RTList::Iterator& itEvent) { EngineChannelBase* pChannel = static_cast*>(pEngineChannel); NoteBase* pNote = pChannel->pEngine->NoteByID( itEvent->Param.NoteSynthParam.NoteID );