]> git.saurik.com Git - wxWidgets.git/commit
Fix VC6 compilation after r73880.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 23:53:15 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Apr 2013 23:53:15 +0000 (23:53 +0000)
commit039d4cfb78de4d8a8b97e542e9abd574a5db02eb
tree1fdb81cf4a2e6890761c2a676faa21e79b23a4cc
parent9e86876e69b1990673f5b331513d3e322aa1c2e8
Fix VC6 compilation after r73880.

Work around the broken scoping for the variables declared inside for loops in
this compiler by declaring the loop variable once for all loops.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/bmpcbox.cpp