mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 15:05:38 +01:00
movable_ptr(_with_deleter) -> std::unique_ptr
This commit is contained in:
@@ -400,7 +400,7 @@ bool ExportOGG::FillComment(AudacityProject *project, vorbis_comment *comment, c
|
||||
return true;
|
||||
}
|
||||
|
||||
movable_ptr<ExportPlugin> New_ExportOGG()
|
||||
std::unique_ptr<ExportPlugin> New_ExportOGG()
|
||||
{
|
||||
return std::make_unique<ExportOGG>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user