summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-10 13:16:11 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:17 +0200
commitb38aa73df133d54b4667bfedb2968c454930a4cf (patch)
tree7386a69bff02cc8c1b28c0969759e21dbb71e678 /gtk2_ardour/global_port_matrix.h
parent84465f1ca2d664df20e99c25c1c29938a1848505 (diff)
fix port-matrix (update with session)
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index 1dabcbd379..d45a639093 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -31,6 +31,7 @@ public:
GlobalPortMatrix (Gtk::Window*, ARDOUR::Session*, ARDOUR::DataType);
void setup_ports (int);
+ void set_session (ARDOUR::Session* s);
void set_state (ARDOUR::BundleChannel c[2], bool);
PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;