From 92e412661772e6b9c83109b7ee4996f4c040d3f4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 Jul 2010 01:14:14 +0000 Subject: Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors. git-svn-id: svn://localhost/ardour2/branches/3.0@7344 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/io_selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/io_selector.cc') diff --git a/gtk2_ardour/io_selector.cc b/gtk2_ardour/io_selector.cc index cc5ae58224..eff2583c42 100644 --- a/gtk2_ardour/io_selector.cc +++ b/gtk2_ardour/io_selector.cc @@ -43,7 +43,7 @@ using namespace ARDOUR; using namespace Gtk; IOSelector::IOSelector (Gtk::Window* p, ARDOUR::Session* session, boost::shared_ptr io) - : PortMatrix (p, session, io->default_type()) + : PortMatrix (p, session, DataType::NIL) , _io (io) { /* signal flow from 0 to 1 */ -- cgit v1.2.3