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:
parent
3c738608b4
commit
c746b74707
@ -96,6 +96,8 @@ protected:
|
||||
wxRadioBoxBase()
|
||||
{
|
||||
m_majorDim = 0;
|
||||
m_numCols = 0;
|
||||
m_numRows = 0;
|
||||
|
||||
#if wxUSE_TOOLTIPS
|
||||
m_itemsTooltips = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user