summaryrefslogtreecommitdiffstats
path: root/src/server/OutputPort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-23 00:28:01 +0000
committerDavid Robillard <d@drobilla.net>2012-04-23 00:28:01 +0000
commit170025af736c1bfea56799f64384c4915047b8e5 (patch)
tree6b5ea57bac0e72e115420f0e2c55dd086e4b2358 /src/server/OutputPort.hpp
parent034c8948e8fe47b487e17a8dd438f3a9857d571a (diff)
downloadingen-170025af736c1bfea56799f64384c4915047b8e5.tar.gz
ingen-170025af736c1bfea56799f64384c4915047b8e5.tar.bz2
ingen-170025af736c1bfea56799f64384c4915047b8e5.zip
Maybe fix boost compilation errors.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4245 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/OutputPort.hpp')
-rw-r--r--src/server/OutputPort.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp
index 0f56c606..9fb3ab58 100644
--- a/src/server/OutputPort.hpp
+++ b/src/server/OutputPort.hpp
@@ -51,9 +51,9 @@ public:
virtual ~OutputPort() {}
- bool get_buffers(BufferFactory& bufs,
- Raul::Array<BufferFactory::Ref>* buffers,
- uint32_t poly) const;
+ bool get_buffers(BufferFactory& bufs,
+ Raul::Array<Buffer::Ref>* buffers,
+ uint32_t poly) const;
void pre_process(Context& context);
void post_process(Context& context);