ports/audio/linuxsampler/files/patch-src_common_Pool.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
460 B
C

--- src/common/Pool.h.orig 2008-12-07 00:18:04 UTC
+++ src/common/Pool.h
@@ -393,7 +393,7 @@ class RTList : public RTListBase<T> {
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