fix compilation on windows with VST support
authorLen Ovens <len@ovenwerks.net>
Thu, 22 Feb 2018 05:05:53 +0000 (21:05 -0800)
committerLen Ovens <len@ovenwerks.net>
Thu, 22 Feb 2018 05:05:53 +0000 (21:05 -0800)
libs/ardour/plugin_manager.cc

index a7ab1f3318f76e9124c0441dde8f5a8341a371b8..6aebd9c477e1c32cbfbf66f784fb2b7e5bf7be87 100644 (file)
@@ -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;