mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Cleaner class hierarchy
This commit is contained in:
committed by
Paul Licameli
parent
b1b1a362ed
commit
8ebf502cd6
@@ -224,7 +224,7 @@ bool BuiltinCommandsModule::AutoRegisterPlugins(PluginManagerInterface & pm)
|
||||
// Uses Generic Registration, not Default.
|
||||
// Registers as TypeGeneric, not TypeEffect.
|
||||
DiscoverPluginsAtPath(path, ignoredErrMsg,
|
||||
PluginManagerInterface::GenericRegistrationCallback);
|
||||
PluginManagerInterface::AudacityCommandRegistrationCallback);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user