From 700495997247414c0c2f731a346b5bcb6f2fe113 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 12 Sep 2011 00:03:29 -0400 Subject: [PATCH] We're even vyhd. I've eaten my words. ;) --- src/TimingSegments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimingSegments.h b/src/TimingSegments.h index abaa12e133..ca3e7d8431 100644 --- a/src/TimingSegments.h +++ b/src/TimingSegments.h @@ -158,7 +158,7 @@ struct WarpSegment : public TimingSegment RString ToString( int dec ) const; private: /** @brief The number of rows the WarpSegment will warp past. */ - float m_iLengthRows; + int m_iLengthRows; }; /**