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