remove Glib::ustring from gtk2_ardour
[ardour.git] / gtk2_ardour / global_port_matrix.cc
index 49e26732639a286c12b53aeb9abcafa0d97bd7b2..98760c863e915881a4c51a33b3aea96c00fcd609 100644 (file)
@@ -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
 {