X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3417f6618c41a6b8a7adc29ad5a12ca8c0dad248..718970e5906a1fe0f84cc6ea9418cd79377767cd:/src/os2/palette.cpp diff --git a/src/os2/palette.cpp b/src/os2/palette.cpp index bd592c42e0..43252c4070 100644 --- a/src/os2/palette.cpp +++ b/src/os2/palette.cpp @@ -153,7 +153,7 @@ int wxPalette::GetPixel( // // Now loop through and find the matching entry // - int i; + ULONG i; for (i = 0; i < ulNumEntries; i++) { if (pualTable[i] == ulRGB)