diff --git a/include/mapnik/feature_style_processor_impl.hpp b/include/mapnik/feature_style_processor_impl.hpp index 8373857fd..b59b9010b 100644 --- a/include/mapnik/feature_style_processor_impl.hpp +++ b/include/mapnik/feature_style_processor_impl.hpp @@ -264,16 +264,16 @@ void feature_style_processor::apply_to_layer(layer const& lay, layer_rendering_material mat(lay, proj0); prepare_layer(mat, - ctx_map, - p, - proj0, - scale, - scale_denom, - width, - height, - extent, - buffer_size, - names); + ctx_map, + p, + proj0, + scale, + scale_denom, + width, + height, + extent, + buffer_size, + names); if (!mat.active_styles_.empty()) {