mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
itemizer should be const in icu_shaper
This commit is contained in:
parent
536b23bfde
commit
2e4a9cfaf2
@ -44,7 +44,7 @@ namespace mapnik
|
||||
struct icu_shaper
|
||||
{
|
||||
static void shape_text(text_line & line,
|
||||
text_itemizer & itemizer,
|
||||
text_itemizer const& itemizer,
|
||||
std::map<unsigned,double> & width_map,
|
||||
face_manager_freetype & font_manager,
|
||||
double scale_factor )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user