commit 9385efa083f32f18558b374cd8a73a75383dfb36
parent 3174edc24323ad3e969eb1aaee5ca171c0af0c66
Author: Jean Pierre Cimalando <jp-dev@inbox.ru>
Date: Sun, 6 Jun 2021 02:35:55 +0200
Return a value in RingBuffer::createBuffer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/distrho/extra/RingBuffer.hpp b/distrho/extra/RingBuffer.hpp
@@ -709,6 +709,7 @@ public:
heapBuffer.size = p2size;
setRingBuffer(&heapBuffer, true);
+ return true;
}
/** Delete the previously allocated buffer. */