--- linuxsampler/trunk/src/common/Pool.h 2019/07/30 12:22:16 3547 +++ linuxsampler/trunk/src/common/Pool.h 2019/07/31 09:35:10 3548 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005 - 2017 Christian Schoenebeck * + * Copyright (C) 2005 - 2019 Christian Schoenebeck * * * * 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 * @@ -628,7 +628,7 @@ inline Iterator allocPrepend() { if (pPool->poolIsEmpty()) return RTListBase::end(); Iterator element = pPool->alloc(); - prepend(element); + this->prepend(element); #if CONFIG_DEVMODE element.list = this; #endif // CONFIG_DEVMODE