From b1198f0842e6e4d6b1c01f07d91b42ef4a212788 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 15:04:20 +0100 Subject: Use smart pointers to handle real-time memory disposal --- src/server/DuplexPort.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index 8d0443a6..47c24b9e 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -67,11 +67,11 @@ public: bool prepare_poly(BufferFactory& bufs, uint32_t poly); - bool apply_poly(RunContext& context, Raul::Maid& maid, uint32_t poly); + bool apply_poly(RunContext& context, uint32_t poly); bool get_buffers(BufferFactory& bufs, PortImpl::GetFn get, - Raul::Array* voices, + const MPtr& voices, uint32_t poly, size_t num_in_arcs) const; -- cgit v1.2.1