X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Flv2_plugin_ui.h;h=bc9b14c8f30ee570666b4e29dfd16589b1d6a744;hb=0c04eb8d83e53cf34716486ef85bd868c57f4cc1;hp=cad242a6f021dc4a09f126b1048810ad7e901f2e;hpb=e5258d4ed18a358f9812acd971336272508f7038;p=ardour.git diff --git a/gtk2_ardour/lv2_plugin_ui.h b/gtk2_ardour/lv2_plugin_ui.h index cad242a6f0..bc9b14c8f3 100644 --- a/gtk2_ardour/lv2_plugin_ui.h +++ b/gtk2_ardour/lv2_plugin_ui.h @@ -92,6 +92,8 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox virtual bool on_window_show(const Glib::ustring& title); virtual void on_window_hide(); + + PBD::ScopedConnection parameter_connection; }; #endif // HAVE_SLV2