diff options
Diffstat (limited to 'src/server/ConnectionImpl.cpp')
-rw-r--r-- | src/server/ConnectionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ConnectionImpl.cpp b/src/server/ConnectionImpl.cpp index 6c17618e..2b6a0255 100644 --- a/src/server/ConnectionImpl.cpp +++ b/src/server/ConnectionImpl.cpp @@ -128,7 +128,7 @@ ConnectionImpl::queue(Context& context) } } -BufferFactory::Ref +BufferRef ConnectionImpl::buffer(uint32_t voice) const { assert(!must_mix()); |