mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Fix Windows build
This commit is contained in:
@@ -211,7 +211,8 @@ unsigned VampEffectsModule::DiscoverPluginsAtPath(
|
||||
if (vp)
|
||||
{
|
||||
VampEffect effect(std::move(vp), path, output, hasParameters);
|
||||
callback( this, &effect );
|
||||
if (callback)
|
||||
callback( this, &effect );
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user