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