From 8d1e92ab0655d4ede8ea17358d678b3a5aabc1bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2012 02:32:33 +0000 Subject: Localise buffer reference stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4252 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/ConnectionImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/ConnectionImpl.hpp') 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; -- cgit v1.2.1