summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-12-14 09:35:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-12-14 09:35:23 +0000
commit18d6284438bb69655670a7b1e931cd73f35d00d8 (patch)
tree0ca40171267042f11f17e434d25be43074400133 /gtk2_ardour/port_matrix.h
parent7b5e8bf0f751ec76fce440e1547f5a274a9b9549 (diff)
bump required version of GTK, SLV2; basic fixups so that the new port-matrix io-selector actually shows up, even if its ugly and not working correctly
git-svn-id: svn://localhost/ardour2/branches/3.0@4322 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index b9a5f7e4c6..e755d77328 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -70,6 +70,7 @@ class PortMatrix : public Gtk::VBox {
protected:
bool _offer_inputs;
+ void set_ports (const std::list<std::string>&);
private:
PortGroupList _port_group_list;