+ correct types
This commit is contained in:
parent
92eff33433
commit
973bc00fd7
1 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ struct vector_markers_rasterizer_dispatch
|
|||
}
|
||||
else
|
||||
{
|
||||
markers_placement<T, label_collision_detector4> placement(path, bbox_, marker_trans_, detector_,
|
||||
markers_placement<T, Detector> placement(path, bbox_, marker_trans_, detector_,
|
||||
sym_.get_spacing() * scale_factor_,
|
||||
sym_.get_max_error(),
|
||||
sym_.get_allow_overlap());
|
||||
|
|
Loading…
Reference in a new issue