summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-01 16:44:45 +0000
committerDavid Robillard <d@drobilla.net>2011-10-01 16:44:45 +0000
commit55c9839597021cb01b290b442ad0c9054b934520 (patch)
treeff0c73db270dc4896d87ad3d1ca49aa6441abb0f /src/server/DuplexPort.hpp
parent625e1c0c58931caec50cdbe5be80312550be4991 (diff)
downloadingen-55c9839597021cb01b290b442ad0c9054b934520.tar.gz
ingen-55c9839597021cb01b290b442ad0c9054b934520.tar.bz2
ingen-55c9839597021cb01b290b442ad0c9054b934520.zip
Make PortImpl::get_buffers const.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3520 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r--src/server/DuplexPort.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp
index ed00e072..aa174132 100644
--- a/src/server/DuplexPort.hpp
+++ b/src/server/DuplexPort.hpp
@@ -52,7 +52,9 @@ public:
virtual ~DuplexPort() {}
- bool get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly);
+ bool get_buffers(BufferFactory& bufs,
+ Raul::Array<BufferFactory::Ref>* buffers,
+ uint32_t poly) const;
void pre_process(Context& context);
void post_process(Context& context);