diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index ed60e202b8..070cc9f95b 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -95,9 +95,9 @@ public: protected: wxRadioBoxBase() { + m_numCols = + m_numRows = m_majorDim = 0; - m_numCols = 0; - m_numRows = 0; #if wxUSE_TOOLTIPS m_itemsTooltips = NULL;