From da762129f19c28aff64f833b6ec09fba946faef6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Dec 2009 16:44:20 +0000 Subject: Offer all of a bundle's ports for disconnection / removal when opening a menu over a bundle's name in the port matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@6365 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/bundle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/bundle.h') diff --git a/libs/ardour/ardour/bundle.h b/libs/ardour/ardour/bundle.h index 1af7a3bad0..196b1f2a09 100644 --- a/libs/ardour/ardour/bundle.h +++ b/libs/ardour/ardour/bundle.h @@ -144,9 +144,9 @@ class Bundle : public sigc::trackable struct BundleChannel { - BundleChannel () : channel (0) {} + BundleChannel () : channel (-1) {} - BundleChannel (boost::shared_ptr b, uint32_t c) + BundleChannel (boost::shared_ptr b, int c) : bundle (b), channel (c) {} bool operator== (BundleChannel const& other) const { @@ -158,7 +158,7 @@ struct BundleChannel } boost::shared_ptr bundle; - uint32_t channel; + int channel; ///< channel index, or -1 for "all" }; } -- cgit v1.2.3