mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
make_movable -> std::make_unique
This commit is contained in:
@@ -466,7 +466,7 @@ void ExportMP2::AddFrame(struct id3_tag *tp, const wxString & n, const wxString
|
||||
|
||||
movable_ptr<ExportPlugin> New_ExportMP2()
|
||||
{
|
||||
return make_movable<ExportMP2>();
|
||||
return std::make_unique<ExportMP2>();
|
||||
}
|
||||
|
||||
#endif // #ifdef USE_LIBTWOLAME
|
||||
|
Reference in New Issue
Block a user