c++ style : prefix increment
This commit is contained in:
parent
4e57f7b115
commit
51069fe88a
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ bool text_symbolizer_helper::next_point_placement() const
|
|||
return true;
|
||||
}
|
||||
//No placement for this point. Keep it in points_ for next try.
|
||||
point_itr_++;
|
||||
++point_itr_;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue