Mercurial > hg > svcore
diff plugin/PluginScan.cpp @ 1278:0be27c989c1d 3.0-integration
Avoid compiler warning
author | Chris Cannam |
---|---|
date | Tue, 22 Nov 2016 16:40:28 +0000 |
parents | a99641535e02 |
children | f98fde50570b |
line wrap: on
line diff
--- a/plugin/PluginScan.cpp Tue Nov 22 16:40:14 2016 +0000 +++ b/plugin/PluginScan.cpp Tue Nov 22 16:40:28 2016 +0000 @@ -127,7 +127,11 @@ } QList<PluginScan::Candidate> -PluginScan::getCandidateLibrariesFor(PluginType type) const +PluginScan::getCandidateLibrariesFor(PluginType +#ifdef HAVE_PLUGIN_CHECKER_HELPER + type +#endif + ) const { #ifdef HAVE_PLUGIN_CHECKER_HELPER