Mercurial > hg > piper-vamp-js
changeset 32:30028b3c95e4
Update to match new SDK
author | Chris Cannam |
---|---|
date | Fri, 23 Sep 2016 14:24:04 +0100 |
parents | 204cf5451bf5 |
children | e9a0f66ee81c |
files | VamPipePluginLibrary.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/VamPipePluginLibrary.cpp Fri Sep 23 14:23:10 2016 +0100 +++ b/VamPipePluginLibrary.cpp Fri Sep 23 14:24:04 2016 +0100 @@ -76,7 +76,7 @@ { Vamp::HostExt::ListResponse resp; for (auto a: m_adapters) { - resp.pluginData.push_back(a.second->getStaticData()); + resp.plugins.push_back(a.second->getStaticData()); } return resp; }