]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
standard icons for msg boxes
[wxWidgets.git] / src / generic / textdlgg.cpp
index d2137b4e0b4fbdfa2c7748e0b2f4be91cb2d2f59..1c64ac410f2be84cad07d3d96ea76d128c4f2727 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'))
         {