1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Fix return value problem.

This commit is contained in:
lllucius
2014-11-19 14:53:19 +00:00
parent a214047660
commit 59552ed41b

View File

@@ -308,7 +308,7 @@ bool LV2EffectsModule::AutoRegisterPlugins(PluginManagerInterface & pm)
wxArrayString LV2EffectsModule::FindPlugins(PluginManagerInterface & pm)
{
// Nothing to do here yet
return false;
return wxArrayString();
}
bool LV2EffectsModule::RegisterPlugin(PluginManagerInterface & pm, const wxString & path)