mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Separate Track::Clone (protected virtual) from Track::Duplicate
This commit is contained in:
@@ -177,7 +177,7 @@ void TimeTrack::InsertSilence(double t, double len)
|
||||
mEnvelope->InsertSpace(t, len);
|
||||
}
|
||||
|
||||
Track::Holder TimeTrack::Duplicate() const
|
||||
Track::Holder TimeTrack::Clone() const
|
||||
{
|
||||
return std::make_shared<TimeTrack>(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user