mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
c++ style : prefix increment
This commit is contained in:
parent
e5fafd31d1
commit
4611d8cad1
@ -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…
x
Reference in New Issue
Block a user