Use pre-increment on iterators
This commit is contained in:
parent
b5028f267d
commit
8df0cfba2a
2 changed files with 4 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ void wxQtDCImpl::QtPreparePainter( )
|
|||
m_qtPainter->setClipRect( r.x, r.y, r.width, r.height,
|
||||
append ? Qt::IntersectClip : Qt::ReplaceClip );
|
||||
append = true;
|
||||
ri++;
|
||||
++ri;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue