summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xagg/inc/agg_span_pattern_resample_rgba.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agg/inc/agg_span_pattern_resample_rgba.h b/agg/inc/agg_span_pattern_resample_rgba.h
index 8566ab98b2d3..37b4dade16f4 100755
--- a/agg/inc/agg_span_pattern_resample_rgba.h
+++ b/agg/inc/agg_span_pattern_resample_rgba.h
@@ -57,8 +57,8 @@ namespace agg
span_pattern_resample_rgba_affine(alloc_type& alloc,
const rendering_buffer& src,
interpolator_type& inter,
- const image_filter_lut& filter) :
- base_type(alloc, src, color_type(0,0,0,0), inter, filter),
+ const image_filter_lut& filter_) :
+ base_type(alloc, src, color_type(0,0,0,0), inter, filter_),
m_wrap_mode_x(src.width()),
m_wrap_mode_y(src.height())
{}