X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fvst_plugin_ui.h;h=5c8df726c7ef8f0f9f3a0b54aae261ded5208602;hb=167b9dda37135d6172e751ba89302bbd66ea882e;hp=73391869756407270821a173e72bc6a72000467a;hpb=86343b6c15a3a43f082802484d2bc813d34db821;p=ardour.git diff --git a/gtk2_ardour/vst_plugin_ui.h b/gtk2_ardour/vst_plugin_ui.h index 7339186975..5c8df726c7 100644 --- a/gtk2_ardour/vst_plugin_ui.h +++ b/gtk2_ardour/vst_plugin_ui.h @@ -41,18 +41,18 @@ public: virtual int package (Gtk::Window &); bool non_gtk_gui () const { return true; } - + protected: virtual int get_XID () = 0; - + boost::shared_ptr _vst; Gtk::Socket _socket; private: bool configure_handler (GdkEventConfigure *); - void preset_selected (); + void preset_selected (ARDOUR::Plugin::PresetRecord preset); }; #endif