mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
movable_ptr(_with_deleter) -> std::unique_ptr
This commit is contained in:
@@ -163,7 +163,7 @@ public:
|
||||
wxArrayString mKeywords;
|
||||
};
|
||||
|
||||
using MusicalInstrumentArray = std::vector<movable_ptr<MusicalInstrument>>;
|
||||
using MusicalInstrumentArray = std::vector<std::unique_ptr<MusicalInstrument>>;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user