diff options
Diffstat (limited to 'src/engine/DuplexPort.hpp')
-rw-r--r-- | src/engine/DuplexPort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/DuplexPort.hpp b/src/engine/DuplexPort.hpp index aab33c33..ff375edd 100644 --- a/src/engine/DuplexPort.hpp +++ b/src/engine/DuplexPort.hpp @@ -52,7 +52,7 @@ public: virtual ~DuplexPort() {} - void get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly); + bool get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly); void pre_process(Context& context); void post_process(Context& context); |