diff --git a/src/TimingSegments.h b/src/TimingSegments.h index 07a6ceb046..06d0c544a3 100644 --- a/src/TimingSegments.h +++ b/src/TimingSegments.h @@ -213,7 +213,7 @@ struct WarpSegment : public TimingSegment * @param other the other warp segment */ WarpSegment(const WarpSegment &other): - TimingSegment(other.GetRow()), + TimingSegment(other), lengthBeats(other.GetLength()) {}; /**