+ correct types

This commit is contained in:
artemp 2012-08-09 12:41:08 +01:00
parent 92eff33433
commit 973bc00fd7

View file

@ -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());