mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 23:55:50 +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)
|
wxArrayString LV2EffectsModule::FindPlugins(PluginManagerInterface & pm)
|
||||||
{
|
{
|
||||||
// Nothing to do here yet
|
// Nothing to do here yet
|
||||||
return false;
|
return wxArrayString();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool LV2EffectsModule::RegisterPlugin(PluginManagerInterface & pm, const wxString & path)
|
bool LV2EffectsModule::RegisterPlugin(PluginManagerInterface & pm, const wxString & path)
|
||||||
|
|||||||
Reference in New Issue
Block a user