summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lxvst_pluginui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/lxvst_pluginui.cc')
-rwxr-xr-xgtk2_ardour/lxvst_pluginui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/lxvst_pluginui.cc b/gtk2_ardour/lxvst_pluginui.cc
index b6c7f34327..b8f751ff08 100755
--- a/gtk2_ardour/lxvst_pluginui.cc
+++ b/gtk2_ardour/lxvst_pluginui.cc
@@ -226,7 +226,7 @@ LXVSTPluginUI::forward_key_event (GdkEventKey* ev)
void
LXVSTPluginUI::create_preset_store ()
{
- VSTFX* vstfx = lxvst->vstfx();
+ VSTState* vstfx = lxvst->vstfx();
int vst_version = vstfx->plugin->dispatcher (vstfx->plugin, effGetVstVersion, 0, 0, NULL, 0.0f);