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:
@@ -1171,7 +1171,7 @@ double LabelTrack::GetEndTime() const
|
||||
return end;
|
||||
}
|
||||
|
||||
Track::Holder LabelTrack::Duplicate() const
|
||||
Track::Holder LabelTrack::Clone() const
|
||||
{
|
||||
return std::make_shared<LabelTrack>( *this );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user