summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-02-21 21:05:53 -0800
committerLen Ovens <len@ovenwerks.net>2018-02-21 21:05:53 -0800
commit0d2d9fd1f65d028fc97e1f88fd751be9ce3ef728 (patch)
tree486debdfdcf3662321c8578155717ba85403b6fd /libs
parentd79bcd44b22c24fcc8d6df84bcaeeac235b47337 (diff)
fix compilation on windows with VST support
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/plugin_manager.cc2
1 files changed, 1 insertions, 1 deletions
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;