Use Ardour widgets consistently in plugin UI.
[ardour.git] / gtk2_ardour / vst_plugin_ui.cc
index a35df5df0743a65f725d447df711beefbe68cf0a..3b1f999a7ca19e36d2add11d5ab6cbc8597e4f8f 100644 (file)
@@ -60,12 +60,12 @@ VSTPluginUI::~VSTPluginUI ()
 }
 
 void
-VSTPluginUI::preset_selected ()
+VSTPluginUI::preset_selected (Plugin::PresetRecord preset)
 {
 #ifdef GDK_WINDOWING_X11
        _socket.grab_focus ();
 #endif
-       PlugUIBase::preset_selected ();
+       PlugUIBase::preset_selected (preset);
 }
 
 int