summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r--src/server/InputPort.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index d4af9a2c..89f3949a 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -73,9 +73,9 @@ public:
bool apply_poly(Raul::Maid& maid, uint32_t poly);
- 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);