mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Use arrays of smart pointers to import plugins
This commit is contained in:
@@ -286,7 +286,7 @@ private:
|
||||
void GetFFmpegImportPlugin(ImportPluginList &importPluginList,
|
||||
UnusableImportPluginList &WXUNUSED(unusableImportPluginList))
|
||||
{
|
||||
importPluginList.push_back( new FFmpegImportPlugin );
|
||||
importPluginList.push_back( make_movable<FFmpegImportPlugin>() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user