]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for MSVC see sf bug 1669419
authorChris Elliott <biol75@york.ac.uk>
Wed, 28 Feb 2007 08:48:11 +0000 (08:48 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 28 Feb 2007 08:48:11 +0000 (08:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/datavgen.cpp

index 4b4cad53a07c84d7543f5fe9a3a93706c64415ab..04416dfd97b39ba18687c6fd1e8370c92053158a 100644 (file)
@@ -1004,7 +1004,7 @@ wxDataViewHeaderWindowMSW::~wxDataViewHeaderWindow()
 void wxDataViewHeaderWindowMSW::UpdateDisplay()
 {
     // remove old columns
-    for (int i=0, max=Header_GetItemCount((HWND)m_hWnd); i < max; i++)
+    for (int j=0, max=Header_GetItemCount((HWND)m_hWnd); j < max; j++)
         Header_DeleteItem((HWND)m_hWnd, 0);
     
     // add the updated array of columns to the header control