summaryrefslogtreecommitdiff
path: root/agg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:57:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:57:47 +0000
commit0faa7cd61d3ed5339f9ee482a48c583335a73d49 (patch)
tree05732ce02b288bb8b8a772c6f8d26884dd9ac510 /agg
parentd8abda06dfe5728e17e9ecb33be7a34c2925ba05 (diff)
INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED
2006/03/08 21:56:31 thb 1.1.4.1: #i55991# Renamed a few more vars, to no longer conflict with similar-named methods/types
Diffstat (limited to 'agg')
-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())
{}