]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
Applied updated patch [ 731719 ] Owner draw font leak/overuse
[wxWidgets.git] / src / stc / PlatWX.cpp
index 80f8f795ce95279d8ebf75ffaca32a66a3546f8d..ec41de273331d17a729f4bf07f449eb00325bfa8 100644 (file)
@@ -1009,7 +1009,7 @@ void ListBoxImpl::RegisterImage(int type, const char *xpm_data) {
 
     // do we need to extend the mapping array?
     wxArrayInt& itm = *imgTypeMap;
-    if ( itm.GetCount() < type+1)
+    if ( itm.GetCount() < (size_t)type+1)
         itm.Add(-1, type - itm.GetCount() + 1);
 
     // Add an item that maps type to the image index