Mercurial > hg > piper-cpp
changeset 276:8c8b5fe47b33
Tidy
| author | Chris Cannam <cannam@all-day-breakfast.com> | 
|---|---|
| date | Wed, 17 Oct 2018 15:43:18 +0100 | 
| parents | 292ec9b50280 | 
| children | 5ac494d998b2 | 
| files | vamp-support/PluginHandleMapper.h | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/vamp-support/PluginHandleMapper.h Wed Oct 17 15:43:00 2018 +0100 +++ b/vamp-support/PluginHandleMapper.h Wed Oct 17 15:43:18 2018 +0100 @@ -82,7 +82,7 @@ * Look up and return the plugin for a given handle. * If the given handle is INVALID_HANDLE or not known, return nullptr. */ - virtual Vamp::Plugin *handleToPlugin(Handle) const noexcept = 0; + virtual Vamp::Plugin *handleToPlugin(Handle) const noexcept = 0; /** * Return a shared pointer to a PluginOutputIdMapper
