Skip to content

Commit

Permalink
use typedef for color_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 13, 2012
1 parent 2d20e4a commit e2b3322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapnik/marker_helpers.hpp
Expand Up @@ -251,7 +251,7 @@ struct raster_markers_rasterizer_dispatch
typedef agg::span_image_filter_rgba_2x2<img_accessor_type,
interpolator_type> span_gen_type;
typedef agg::renderer_scanline_aa_alpha<renderer_base,
agg::span_allocator<agg::rgba8>,
agg::span_allocator<color_type>,
span_gen_type> renderer_type;
img_accessor_type ia(pixf);
interpolator_type interpolator(agg::trans_affine(p, 0, 0, width, height) );
Expand Down

0 comments on commit e2b3322

Please sign in to comment.