From c746b747074dba438ac1c06b612184aaad7c7dc6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 31 Oct 2006 16:34:58 +0000 Subject: [PATCH] Initialise all variables git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/radiobox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 540e4945c3..ed60e202b8 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -96,6 +96,8 @@ protected: wxRadioBoxBase() { m_majorDim = 0; + m_numCols = 0; + m_numRows = 0; #if wxUSE_TOOLTIPS m_itemsTooltips = NULL; -- 2.45.2