Browse Source

Return a value in RingBuffer::createBuffer

pull/282/head
Jean Pierre Cimalando 4 years ago
parent
commit
62d3159dda
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      distrho/extra/RingBuffer.hpp

+ 1
- 0
distrho/extra/RingBuffer.hpp View File

@@ -709,6 +709,7 @@ public:

heapBuffer.size = p2size;
setRingBuffer(&heapBuffer, true);
return true;
}

/** Delete the previously allocated buffer. */


Loading…
Cancel
Save