summaryrefslogtreecommitdiff
blob: e46fb243b6ce9940efc0e811e2a82b4d2037b9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/414033

--- a/src/common/Pool.h
+++ b/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