mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-08 07:25:39 +01:00
make_movable -> std::make_unique
This commit is contained in:
@@ -402,7 +402,7 @@ bool ExportOGG::FillComment(AudacityProject *project, vorbis_comment *comment, c
|
||||
|
||||
movable_ptr<ExportPlugin> New_ExportOGG()
|
||||
{
|
||||
return make_movable<ExportOGG>();
|
||||
return std::make_unique<ExportOGG>();
|
||||
}
|
||||
|
||||
#endif // USE_LIBVORBIS
|
||||
|
||||
Reference in New Issue
Block a user