From: Vadim Zeitlin Date: Tue, 31 Oct 2006 16:39:07 +0000 (+0000) Subject: no changes, just resolving conflict with Julian's change which was almost exactly... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/155e46c2edbfb4d65cbd207a725d2009d40803de 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 --- 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;