The others are just other. Stay consistent.

This commit is contained in:
Jason Felds
2011-06-01 07:48:59 -04:00
parent 6ca0cd1e70
commit d50eb4830d
+1 -1
View File
@@ -213,7 +213,7 @@ struct WarpSegment : public TimingSegment<WarpSegment>
* @param other the other warp segment
*/
WarpSegment(const WarpSegment &other):
TimingSegment<WarpSegment>(other.GetRow()),
TimingSegment<WarpSegment>(other),
lengthBeats(other.GetLength()) {};
/**