--- linuxsampler/trunk/src/engines/EngineBase.h 2017/01/04 15:49:52 3072 +++ linuxsampler/trunk/src/engines/EngineBase.h 2017/01/05 16:04:00 3073 @@ -5,7 +5,7 @@ * 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-2016 Christian Schoenebeck and Andreas Persson * + * Copyright (C) 2012-2017 Christian Schoenebeck and 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 * @@ -605,7 +605,7 @@ // implementation of abstract methods derived from class 'LinuxSampler::NotePool' virtual Pool* GetVoicePool() OVERRIDE { return pVoicePool; } virtual Pool< Note >* GetNotePool() OVERRIDE { return pNotePool; } - virtual Pool* GetNodeIDPool() OVERRIDE { return ¬eIDPool; } + virtual Pool* GetNoteIDPool() OVERRIDE { return ¬eIDPool; } D* GetDiskThread() { return pDiskThread; }