]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
buttons now become default when they have focus
[wxWidgets.git] / src / generic / choicdgg.cpp
index 9195ffc2d16567888c5e8bdfb69460e35db70bb0..2529df3ccdb409e54c237c48929b9e85c3f95b6f 100644 (file)
@@ -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'))
         {