summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_send.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-08-05 14:22:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-05 14:22:32 -0400
commit616f2a0370a10dcc7372a95f6bca9f5a45698980 (patch)
treeb07badccad237cc66d0668482ad65cedefdee23f /libs/ardour/internal_send.cc
parent499b7fcfa9f3e8535a4500143a9d7af7b67c6984 (diff)
parent38e4f7bd1ba2ec9ae37dbb384da449f894cd8564 (diff)
fix conflicts after merge with master
Diffstat (limited to 'libs/ardour/internal_send.cc')
-rw-r--r--libs/ardour/internal_send.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/internal_send.cc b/libs/ardour/internal_send.cc
index 4b8c469a9d..8136985e1f 100644
--- a/libs/ardour/internal_send.cc
+++ b/libs/ardour/internal_send.cc
@@ -284,7 +284,7 @@ InternalSend::connect_when_legal ()
}
bool
-InternalSend::can_support_io_configuration (const ChanCount& in, ChanCount& out) const
+InternalSend::can_support_io_configuration (const ChanCount& in, ChanCount& out)
{
out = in;
return true;