summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r--src/server/DuplexPort.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp
index a928f27c..5b8f30e0 100644
--- a/src/server/DuplexPort.hpp
+++ b/src/server/DuplexPort.hpp
@@ -52,9 +52,9 @@ public:
virtual ~DuplexPort() {}
- bool get_buffers(BufferFactory& bufs,
- Raul::Array<BufferFactory::Ref>* buffers,
- uint32_t poly) const;
+ bool get_buffers(BufferFactory& bufs,
+ Raul::Array<BufferRef>* buffers,
+ uint32_t poly) const;
void pre_process(Context& context);
void post_process(Context& context);