// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-//-------------------------------------------------------------------------------------
-// headers
-//-------------------------------------------------------------------------------------
-
#include "wx/wxprec.h"
#if wxUSE_RADIOBOX
SetMajorDim( majorDim == 0 ? n : majorDim, style );
- m_label = label ;
+ m_label = label;
Rect bounds = wxMacGetBoundsForControl( this, pos, size );
if ( bounds.right <= bounds.left )
y_offset = y_start;
current = m_radioButtonCycle;
- for ( i = 0 ; i < m_noItems; i++)
+ for (i = 0 ; i < (int)m_noItems; i++)
{
// not to do for the zero button!
if ((i > 0) && ((i % GetMajorDim()) == 0))