]> git.saurik.com Git - wxWidgets.git/commitdiff
Initialise all variables
authorJulian Smart <julian@anthemion.co.uk>
Tue, 31 Oct 2006 16:34:58 +0000 (16:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 31 Oct 2006 16:34:58 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/radiobox.h

index 540e4945c3c8aef58cd0134f507185ff4f189c34..ed60e202b886d43819eafbe6a31486a6bb5d2dfe 100644 (file)
@@ -96,6 +96,8 @@ protected:
     wxRadioBoxBase()
     {
         m_majorDim = 0;
+        m_numCols = 0;
+        m_numRows = 0;
 
 #if wxUSE_TOOLTIPS
         m_itemsTooltips = NULL;