From 155e46c2edbfb4d65cbd207a725d2009d40803de Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Oct 2006 16:39:07 +0000 Subject: [PATCH] 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 --- include/wx/radiobox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2