X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2349ba4cf9adaded573727a5a6c806da2bcbf0b3..18caa1e963269d02499b327bb4e7cc2ac48fd67e:/src/msw/colordlg.cpp diff --git a/src/msw/colordlg.cpp b/src/msw/colordlg.cpp index 60affe9fc6..5994521841 100644 --- a/src/msw/colordlg.cpp +++ b/src/msw/colordlg.cpp @@ -120,7 +120,7 @@ int wxColourDialog::ShowModal() CHOOSECOLOR chooseColorStruct; memset(&chooseColorStruct, 0, sizeof(CHOOSECOLOR)); - int i; + size_t i; // and transfer data from m_colourData to it COLORREF custColours[16];