Note canvas event handling testing stuff.
[ardour.git] / gtk2_ardour / au_pluginui.h
index 2dcefcc42f3138eb5b15ba332975c964b09b6f97..d757ea3bf0b196061c0ad5ee1103a45a345b7a15 100644 (file)
@@ -28,7 +28,7 @@
 namespace ARDOUR {
        class AUPlugin;
        class PluginInsert;
-       class Redirect;
+       class IOProcessor;
 }
 
 class AUPluginUI
@@ -41,7 +41,7 @@ class AUPluginUI
        WindowRef wr;
        boost::shared_ptr<ARDOUR::AUPlugin> au;
 
-       void plugin_going_away (ARDOUR::Redirect*);
+       void plugin_going_away (ARDOUR::IOProcessor*);
        Component get_carbon_view_component(OSType subtype);
 };