]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/calctrl.cpp
Compilo after wxVideoMode change, MSW part
[wxWidgets.git] / src / msw / calctrl.cpp
index 8a10681823b74063f47ff487aeafe286b3ed3842..37bd62296f4cd327c1a38c68670583c76abea863 100644 (file)
@@ -330,7 +330,7 @@ void wxCalendarCtrl::UpdateMarks()
 {
     MONTHDAYSTATE states[3];
     const int nMonths = MonthCal_GetMonthRange(GetHwnd(), GMR_DAYSTATE, NULL);
-    wxCHECK_RET( nMonths <= WXSIZEOF(states), "unexpected months range" );
+    wxCHECK_RET( nMonths <= (int)WXSIZEOF(states), "unexpected months range" );
 
     for ( int i = 0; i < nMonths; i++ )
         states[i] = m_marks;