mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix compilation on windows with VST support
This commit is contained in:
parent
d79bcd44b2
commit
0d2d9fd1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue