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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user