# HG changeset patch # User Chris Cannam # Date 1539787398 -3600 # Node ID 8c8b5fe47b337a316ddaf4da7011f107249c682c # Parent 292ec9b50280911cd19b755ffa88939c5b9a64c7 Tidy diff -r 292ec9b50280 -r 8c8b5fe47b33 vamp-support/PluginHandleMapper.h --- 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