summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 85a273265e..425e3915c4 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -121,6 +121,7 @@ private:
void hscroll_changed ();
void vscroll_changed ();
+ void routes_changed ();
ARDOUR::Session& _session;
/// true to offer inputs, otherwise false
@@ -132,6 +133,7 @@ private:
Gtk::HScrollbar _hscroll;
Gtk::VScrollbar _vscroll;
std::list<PortGroupUI*> _port_group_uis;
+ std::vector<sigc::connection> _route_connections;
};
#endif