mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 05:01:57 +01:00
Fix Windows build
This commit is contained in:
@@ -319,7 +319,8 @@ unsigned BuiltinEffectsModule::DiscoverPluginsAtPath(
|
||||
auto effect = Instantiate(path);
|
||||
if (effect)
|
||||
{
|
||||
callback(this, effect.get());
|
||||
if (callback)
|
||||
callback(this, effect.get());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user