summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-02-21 23:20:53 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2018-02-21 23:20:53 -0500
commitc746e78b3bbc69791f33a315945ff28d04919041 (patch)
tree839b2b73832364defd748555ff186ca2915f0024 /libs/ardour/plugin_manager.cc
parentafedd214a709acd031e99432a62d1a0ee2f39497 (diff)
fix compilation on linux with LXVST support
Diffstat (limited to 'libs/ardour/plugin_manager.cc')
-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 57aa444fba..a7ab1f3318 100644
--- a/libs/ardour/plugin_manager.cc
+++ b/libs/ardour/plugin_manager.cc
@@ -1286,7 +1286,7 @@ PluginManager::lxvst_discover (string path, bool cache_only)
info->n_outputs.set_midi ((finfo->wantMidi&2) ? 1 : 0);
info->type = ARDOUR::LXVST;
- set_tags ((*i)->name, info->type, info->unique_id, info->category, true);
+ set_tags (info->name, info->type, info->unique_id, info->category, true);
/* Make sure we don't find the same plugin in more than one place along
* the LXVST_PATH We can't use a simple 'find' because the path is included