]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
Made wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead
[wxWidgets.git] / src / os2 / radiobox.cpp
index 7730459f64aa9b0dd1c30e16f4aebc7ca42036ae..d2ef991a12cf478c0f4f28dbdb6fce839de05308 100644 (file)
@@ -423,7 +423,7 @@ void wxRadioBox::DoSetSize(
             //
             int                  n = i + 1;
 
-            bIsLastInTheRow = ((n % GetMajorDim()) == 0) || (n == m_nNoItems);
+            bIsLastInTheRow = ((n % GetMajorDim()) == 0) || (n == (int)m_nNoItems);
         }
         else // winRA_SPECIFY_ROWS
         {