summaryrefslogtreecommitdiff
path: root/libs/ardour/bundle.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-30 23:26:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-30 23:26:46 -0400
commitfbfa0acebe01e85629c415bec849ca36324c56b1 (patch)
treec2f607c09e66275d2d473cb7205d06650e83d5ec /libs/ardour/bundle.cc
parent5e0c6af4062a2982fb90ad318973ab1d4beed2b9 (diff)
remove compile errors (still will not link and JACKPortEngine is not close to done)
Diffstat (limited to 'libs/ardour/bundle.cc')
-rw-r--r--libs/ardour/bundle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/bundle.cc b/libs/ardour/bundle.cc
index 9d5640491f..162db6c793 100644
--- a/libs/ardour/bundle.cc
+++ b/libs/ardour/bundle.cc
@@ -459,7 +459,7 @@ Bundle::connected_to_anything (AudioEngine& engine)
rather than doing it with Port.
*/
- if (engine.connected (ports[j])) {
+ if (engine.has_connections (ports[j])) {
return true;
}
}