X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fio_selector.h;h=5ece771a638c7975c001ebba0b45a21f1779d613;hb=078151e4d43d83e13bad142d6b609db6ce6c5f8f;hp=957db11a2b2cc8d6c5a6cbf0c73604989f2ebf71;hpb=aacf71589f8b586528235c488868f8fab9fe6ead;p=ardour.git diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h index 957db11a2b..5ece771a63 100644 --- a/gtk2_ardour/io_selector.h +++ b/gtk2_ardour/io_selector.h @@ -47,7 +47,7 @@ namespace ARDOUR { class Session; class PortInsert; class Port; - class Redirect; + class IOProcessor; } class IOSelector : public Gtk::VBox { @@ -119,7 +119,7 @@ class IOSelector : public Gtk::VBox { bool port_selection_changed(GdkEventButton *, Gtk::TreeView*); void ports_changed (ARDOUR::IOChange, void *); - void name_changed (void*); + void name_changed (); void add_port (); void remove_port ();