Give group and meter point buttons controllable visibility.
[ardour.git] / gtk2_ardour / plugin_selector.h
index a9f9803809643b8cf9bab620b28abbbe002ebee6..3635b71a761f7de64f151cdf51e095f378be079f 100644 (file)
@@ -112,6 +112,7 @@ class PluginSelector : public ArdourDialog
        void ladspa_refiller (const std::string&);
        void lv2_refiller (const std::string&);
        void vst_refiller (const std::string&);
+       void lxvst_refiller (const std::string&);
        void au_refiller (const std::string&);
 
        Gtk::Menu* _plugin_menu;
@@ -128,8 +129,8 @@ class PluginSelector : public ArdourDialog
        bool show_this_plugin (const ARDOUR::PluginInfoPtr&, const std::string&);
        void setup_filter_string (std::string&);
 
-       void favorite_changed (const Glib::ustring& path);
-       void hidden_changed (const Glib::ustring& path);
+       void favorite_changed (const std::string& path);
+       void hidden_changed (const std::string& path);
        bool in_row_change;
 
        void plugin_chosen_from_menu (const ARDOUR::PluginInfoPtr&);