From d50eb4830d62268e48d95527ac0b0b83c8ad226a Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 1 Jun 2011 07:48:59 -0400 Subject: [PATCH] The others are just other. Stay consistent. --- src/TimingSegments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {}; /**