diff options
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r-- | src/engine/InputPort.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp index 819ca8bf..04fd2653 100644 --- a/src/engine/InputPort.hpp +++ b/src/engine/InputPort.hpp @@ -66,7 +66,9 @@ public: bool apply_poly(Raul::Maid& maid, uint32_t poly); - bool 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); |