X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2349ba4cf9adaded573727a5a6c806da2bcbf0b3..7e38638c3499c679f25ec0029931aad8e62e70d3:/src/msw/colordlg.cpp?ds=sidebyside 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];