mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Separate Track::Clone (protected virtual) from Track::Duplicate
This commit is contained in:
@@ -118,7 +118,9 @@ class TimeTrack final : public Track {
|
||||
void Init(const TimeTrack &orig);
|
||||
|
||||
using Holder = std::unique_ptr<TimeTrack>;
|
||||
Track::Holder Duplicate() const override;
|
||||
|
||||
private:
|
||||
Track::Holder Clone() const override;
|
||||
|
||||
friend class TrackFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user