mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
Fix Windows build
This commit is contained in:
@@ -116,7 +116,8 @@ public:
|
||||
// even if some plugins are also discovered successfully.
|
||||
// Return value is the number of plugins found.
|
||||
using RegistrationCallback =
|
||||
std::function< void(ModuleInterface *, EffectIdentInterface *) >;
|
||||
std::function<
|
||||
const PluginID &(ModuleInterface *, EffectIdentInterface *) >;
|
||||
virtual unsigned DiscoverPluginsAtPath(
|
||||
const wxString & path, wxString &errMsg,
|
||||
const RegistrationCallback &callback =
|
||||
|
||||
Reference in New Issue
Block a user