Renamed Insert to Processor and Redirect to IOProcessor.
[ardour.git] / gtk2_ardour / io_selector.h
index 430926f76110583c6b50d645ef316dc46b3bc84b..5ece771a638c7975c001ebba0b45a21f1779d613 100644 (file)
@@ -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 ();
@@ -198,6 +198,7 @@ class PortInsertWindow : public ArdourDialog
        void accept ();
 
        void plugin_going_away ();
+       sigc::connection going_away_connection;
 };