Mercurial > hg > piper-cpp
diff vamp-support/CountingPluginHandleMapper.h @ 84:db9a6ab618bc
Client builds; does not run
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 12 Oct 2016 11:59:57 +0100 |
parents | d9e85a65d45b |
children | 427c4c725085 |
line wrap: on
line diff
--- a/vamp-support/CountingPluginHandleMapper.h Tue Oct 11 17:08:31 2016 +0100 +++ b/vamp-support/CountingPluginHandleMapper.h Wed Oct 12 11:59:57 2016 +0100 @@ -51,7 +51,7 @@ void addPlugin(Vamp::Plugin *p) { Handle h = m_nextHandle++; - m_sub.addPlugin(p, h); + m_sub.addPlugin(h, p); } void removePlugin(Handle h) {