do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete of Cocoa...
[ardour.git] / gtk2_ardour / plugin_ui.h
index 4c14224a58a8b6d90f0b19b17629c567dc001353..3e027b620ede2c2e253d49cd762091347c5659ec 100644 (file)
@@ -99,6 +99,8 @@ class PlugUIBase : public virtual sigc::trackable
        bool focus_toggled(GdkEventButton*);
        void bypass_toggled();
        void redirect_active_changed (ARDOUR::Redirect* r, void* src);
+
+       void plugin_going_away ();
 };
 
 class GenericPluginUI : public PlugUIBase, public Gtk::VBox