Copy the track metadata but not the contents.
| 87 | |
| 88 | // Copy the track metadata but not the contents. |
| 89 | void TimeTrack::Init(const TimeTrack &orig) |
| 90 | { |
| 91 | Track::Init(orig); |
| 92 | SetName(orig.GetName()); |
| 93 | SetDisplayLog(orig.GetDisplayLog()); |
| 94 | } |
| 95 | |
| 96 | TimeTrack::~TimeTrack() |
| 97 | { |