From ea21910bb2ce0a77229321fdbc7a6e578efccb98 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 5 Sep 2014 09:38:42 +1000 Subject: Avoid shadowed identifiers. --- gtk/PlatGTK.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 46d92213e..b164e6241 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -811,9 +811,9 @@ void SurfaceImpl::DrawRGBAImage(PRectangle rc, int width, int height, const unsi #endif int ucs = stride * height; std::vector image(ucs); - for (int y=0; y