mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 12:04:49 +02:00
movable_ptr(_with_deleter) -> std::unique_ptr
This commit is contained in:
@@ -1095,7 +1095,7 @@ wxWindow *ExportFFmpeg::OptionsCreate(wxWindow *parent, int format)
|
||||
return ExportPlugin::OptionsCreate(parent, format);
|
||||
}
|
||||
|
||||
movable_ptr<ExportPlugin> New_ExportFFmpeg()
|
||||
std::unique_ptr<ExportPlugin> New_ExportFFmpeg()
|
||||
{
|
||||
return std::make_unique<ExportFFmpeg>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user