summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/bundle.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-03 03:04:51 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-03 03:04:51 +0000
commit3e36dc77467139f530f15fcbf42a1d5c6960502f (patch)
treeea0d93ebeadbe4e47fca874bf33454748fb86240 /libs/ardour/ardour/bundle.h
parent11d604dea3a4be4bffa3a2c5a9b80ae03f39512c (diff)
Don't offer inputs to things as possible output connections, and vice versa (part of #4432).
git-svn-id: svn://localhost/ardour2/branches/3.0@10410 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/bundle.h')
-rw-r--r--libs/ardour/ardour/bundle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h
index e3d56f22f5..6b8586a46a 100644
--- a/libs/ardour/ardour/bundle.h
+++ b/libs/ardour/ardour/bundle.h
@@ -114,6 +114,8 @@ class Bundle : public PBD::ScopedConnectionList
void suspend_signals ();
void resume_signals ();
+ bool operator== (Bundle const & other);
+
/** Things that might change about this bundle */
enum Change {
NameChanged = 0x1, ///< the bundle name or a channel name has changed