--- linuxsampler/trunk/src/common/Pool.h 2012/03/17 06:18:52 2334 +++ linuxsampler/trunk/src/common/Pool.h 2012/03/17 06:19:01 2335 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005 - 2008 Christian Schoenebeck * + * Copyright (C) 2005 - 2012 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 * @@ -406,7 +406,7 @@ inline Iterator allocAppend() { if (pPool->poolIsEmpty()) return RTListBase::begin(); Iterator element = pPool->alloc(); - append(element); + this->append(element); #if CONFIG_DEVMODE element.list = this; #endif // CONFIG_DEVMODE