diff options
Diffstat (limited to 'src/server/ConnectionImpl.hpp')
-rw-r--r-- | src/server/ConnectionImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ConnectionImpl.hpp b/src/server/ConnectionImpl.hpp index 20f5586f..4d915606 100644 --- a/src/server/ConnectionImpl.hpp +++ b/src/server/ConnectionImpl.hpp @@ -83,7 +83,7 @@ public: * buffer, and will return accordingly (e.g. the same buffer for every * voice in a mono->poly connection). */ - BufferFactory::Ref buffer(uint32_t voice) const; + BufferRef buffer(uint32_t voice) const; /** Returns true if this connection must mix down voices into a local buffer */ bool must_mix() const; |