From 0d2d9fd1f65d028fc97e1f88fd751be9ce3ef728 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Wed, 21 Feb 2018 21:05:53 -0800 Subject: fix compilation on windows with VST support --- libs/ardour/plugin_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/plugin_manager.cc') diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index a7ab1f3318..6aebd9c477 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -1025,7 +1025,7 @@ PluginManager::windows_vst_discover (string path, bool cache_only) info->type = ARDOUR::Windows_VST; /* if we don't have any tags for this plugin, make some up. */ - set_tags ((*i)->name, info->type, info->unique_id, info->category, true); + set_tags (info->name, info->type, info->unique_id, info->category, true); // TODO: check dup-IDs (lxvst AND windows vst) bool duplicate = false; -- cgit v1.2.3