diff --git a/distrho/extra/RingBuffer.hpp b/distrho/extra/RingBuffer.hpp index d7c03a9c..69980dfd 100644 --- 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. */