mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix Mac build after commit e4260e9581
This commit is contained in:
@@ -190,7 +190,8 @@ bool AudioUnitEffectsModule::RegisterPlugin(PluginManagerInterface & pm, const w
|
||||
return true;
|
||||
}
|
||||
|
||||
bool AudioUnitEffectsModule::IsPluginValid(const wxString & path)
|
||||
bool AudioUnitEffectsModule::IsPluginValid(
|
||||
const wxString & path, bool /* bFast */)
|
||||
{
|
||||
wxString name;
|
||||
return FindAudioUnit(path, name) != NULL;
|
||||
|
||||
@@ -246,7 +246,7 @@ public:
|
||||
wxArrayString FindPlugins(PluginManagerInterface & pm) override;
|
||||
bool RegisterPlugin(PluginManagerInterface & pm, const wxString & path) override;
|
||||
|
||||
bool IsPluginValid(const wxString & path) override;
|
||||
bool IsPluginValid(const wxString & path, bool bFast) override;
|
||||
|
||||
IdentInterface *CreateInstance(const wxString & path) override;
|
||||
void DeleteInstance(IdentInterface *instance) override;
|
||||
|
||||
Reference in New Issue
Block a user