ensure that all waveviews have ALL their colors set accurately before first render
[ardour.git] / gtk2_ardour / plugin_selector.h
index 034622b3865504d2cbdd78a713a998b007c5d3ee..dacbcccd74e062c28b371436c0b33bafac2fc715 100644 (file)
@@ -139,7 +139,7 @@ class PluginSelector : public ArdourDialog
        Gtk::Menu* create_by_creator_menu (ARDOUR::PluginInfoList&);
        Gtk::Menu* create_by_category_menu (ARDOUR::PluginInfoList&);
        void build_plugin_menu ();
-       PBD::ScopedConnection plugin_list_changed_connection;
+       PBD::ScopedConnectionList plugin_list_changed_connection;
 };
 
 #endif // __ardour_plugin_selector_h__