ports/audio/linuxsampler/files/patch-src__common__Pool.h
Pawel Pekala ff9a188681 - Fix build with clang
- Remove ABI version numbers from LID_DEPENDS
- Use proper includes for OptionsNG

PR:		ports/172722
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-29 17:57:38 +00:00

11 lines
No EOL
469 B
C

--- src/common/Pool.h.orig 2008-12-07 09:18:04.000000000 +0900
+++ src/common/Pool.h 2012-10-13 04:19:19.000000000 +0900
@@ -393,7 +393,7 @@
inline Iterator allocAppend() {
if (pPool->poolIsEmpty()) return RTListBase<T>::begin();
Iterator element = pPool->alloc();
- append(element);
+ this->append(element);
#if CONFIG_DEVMODE
element.list = this;
#endif // CONFIG_DEVMODE