deleting pointers to incomplete types may cause undefined behavior
[ardour.git] / gtk2_ardour / plugin_selector.h
index dacbcccd74e062c28b371436c0b33bafac2fc715..8c769653848c9471452dbe0bf1f7cdb378a0f5f6 100644 (file)
@@ -29,6 +29,8 @@
 #include "ardour/session_handle.h"
 #include "plugin_interest.h"
 
+#include "ardour_dialog.h"
+
 namespace ARDOUR {
        class Session;
        class PluginManager;
@@ -121,8 +123,8 @@ class PluginSelector : public ArdourDialog
        void row_activated(Gtk::TreeModel::Path path, Gtk::TreeViewColumn* col);
        void btn_add_clicked();
        void btn_remove_clicked();
-       void btn_update_clicked();
        void added_list_selection_changed();
+       void added_row_clicked(GdkEventButton* event);
        void display_selection_changed();
        void btn_apply_clicked();
        ARDOUR::PluginPtr load_plugin (ARDOUR::PluginInfoPtr);