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