]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just resolving conflict with Julian's change which was almost exactly...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 16:39:07 +0000 (16:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 16:39:07 +0000 (16:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/radiobox.h

index ed60e202b886d43819eafbe6a31486a6bb5d2dfe..070cc9f95b70282fa035d88b01c8be998c7a8444 100644 (file)
@@ -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;