summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2013-10-21 00:19:43 +1100
committernick_m <mainsbridge@gmail.com>2013-10-21 00:19:43 +1100
commit5b62e88fbf1022a48c50c9975c2a81a05ecdbb0c (patch)
tree991a5796771b9bd642c75b07bd04ae017e433833 /gtk2_ardour/port_matrix.h
parentf5c386bbb40e176028022efa7577369eca79b788 (diff)
Unify editor / mixer ordering.
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 2b5e9ce31d..09c334b5ef 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -188,7 +188,7 @@ private:
void disassociate_all_on_channel (boost::weak_ptr<ARDOUR::Bundle>, uint32_t, int);
void disassociate_all_on_bundle (boost::weak_ptr<ARDOUR::Bundle>, int);
void setup_global_ports ();
- void setup_global_ports_proxy (ARDOUR::RouteSortOrderKey);
+ void setup_global_ports_proxy ();
void toggle_show_only_bundles ();
bool on_scroll_event (GdkEventScroll *);
boost::shared_ptr<ARDOUR::IO> io_from_bundle (boost::shared_ptr<ARDOUR::Bundle>) const;