summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/global_port_matrix.cc')
-rw-r--r--gtk2_ardour/global_port_matrix.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/global_port_matrix.cc b/gtk2_ardour/global_port_matrix.cc
index 49e2673263..98760c863e 100644
--- a/gtk2_ardour/global_port_matrix.cc
+++ b/gtk2_ardour/global_port_matrix.cc
@@ -166,6 +166,12 @@ GlobalPortMatrixWindow::on_show ()
resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second);
}
+void
+GlobalPortMatrixWindow::set_session (ARDOUR::Session* s)
+{
+ _port_matrix.set_session (s);
+}
+
string
GlobalPortMatrix::disassociation_verb () const
{