Fix statement with no effect. = has a higher precedence than ?:.
This commit is contained in:
@@ -935,7 +935,7 @@ void NoteData::_all_tracks_iterator<ND, iter, TN, bReverse, iterMethodInt, mybeg
|
||||
|
||||
if( i != (m_NoteData.*myend)(iTrack) && (bReverse ? (i->first > iMaxRow) : (i->first < iMinRow)) )
|
||||
{
|
||||
bReverse ? iMaxRow : iMinRow = i->first;
|
||||
(bReverse ? iMaxRow : iMinRow) = i->first;
|
||||
m_iTrack = iTrack;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user