deleting pointers to incomplete types may cause undefined behavior
[ardour.git] / gtk2_ardour / plugin_selector.h
index 84c165138e1dbf19f90e6b5af998f70acf9c0b7f..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,7 +123,6 @@ 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();