summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.cpp
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.cpp
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.cpp')
-rw-r--r--src/server/DuplexPort.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp
index 773aab37..e4b854a2 100644
--- a/src/server/DuplexPort.cpp
+++ b/src/server/DuplexPort.cpp
@@ -55,7 +55,9 @@ DuplexPort::DuplexPort(
}
bool
-DuplexPort::get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly)
+DuplexPort::get_buffers(BufferFactory& bufs,
+ Raul::Array<BufferFactory::Ref>* buffers,
+ uint32_t poly) const
{
if (_is_output)
return InputPort::get_buffers(bufs, buffers, poly);