Initialise all variables

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-10-31 16:34:58 +00:00
parent 3c738608b4
commit c746b74707

View File

@@ -96,6 +96,8 @@ protected:
wxRadioBoxBase() wxRadioBoxBase()
{ {
m_majorDim = 0; m_majorDim = 0;
m_numCols = 0;
m_numRows = 0;
#if wxUSE_TOOLTIPS #if wxUSE_TOOLTIPS
m_itemsTooltips = NULL; m_itemsTooltips = NULL;