summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-20 21:56:28 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-20 21:56:28 +0000
commit78237f3ac3a7918417cd11b30d25c4afdf9b2108 (patch)
tree4675b4c599fa9b701c6abccd769fca5664d0c33b /gtk2_ardour/port_group.h
parent9e50baae6341595f8f04e0cf5a081a8cc131f5f5 (diff)
Display hardware IO individually in the port matrices unless we are in _show_only_bundles mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@12348 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_group.h')
-rw-r--r--gtk2_ardour/port_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h
index 3e13c3a5e3..a9dfc1a4ad 100644
--- a/gtk2_ardour/port_group.h
+++ b/gtk2_ardour/port_group.h
@@ -107,7 +107,7 @@ class PortGroupList : public sigc::trackable
void add_group (boost::shared_ptr<PortGroup>);
void add_group_if_not_empty (boost::shared_ptr<PortGroup>);
- void gather (ARDOUR::Session *, ARDOUR::DataType, bool, bool);
+ void gather (ARDOUR::Session *, ARDOUR::DataType, bool, bool, bool);
PortGroup::BundleList const & bundles () const;
void clear ();
void remove_bundle (boost::shared_ptr<ARDOUR::Bundle>);