mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
Fix return value problem.
This commit is contained in:
parent
a214047660
commit
59552ed41b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user