X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcf924a345ea8ffbc1cf6b40b5f75c6005e504c0..57c0af52bffc66b12b7e7b49b3a2dfdcf2d2e352:/src/generic/choicdgg.cpp?ds=inline diff --git a/src/generic/choicdgg.cpp b/src/generic/choicdgg.cpp index 9195ffc2d1..2529df3ccd 100644 --- a/src/generic/choicdgg.cpp +++ b/src/generic/choicdgg.cpp @@ -42,7 +42,7 @@ static wxSize wxSplitMessage2( const wxString &message, wxWindow *parent ) int y = 10; int w = 50; wxString line( _T("") ); - for (uint pos = 0; pos < message.Len(); pos++) + for (size_t pos = 0; pos < message.Len(); pos++) { if (message[pos] == _T('\n')) {