Minor cleanup before I dive back into segments.

This commit is contained in:
Jason Felds
2011-05-31 14:04:35 -04:00
parent 1d2dd19ab1
commit 642ec5ac81
2 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ void BPMSegment::SetBPS(const float newBPS)
bool BPMSegment::operator<( const BPMSegment &other ) const
{
LTCOMPARE(GetRow());
LTCOMPARE(GetBPM());
LTCOMPARE(GetBPS());
return false;
}