no changes, just resolving conflict with Julian's change which was almost exactly the same as mine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d96b9cafb8
commit
155e46c2ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue