Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-12-07 09:35:38 +00:00
parent aea25ac560
commit dc8fbc37b0

View File

@ -290,7 +290,7 @@ bool wxRadioBox::Create(
m_nSelectedButton = -1;
m_nNoItems = 0;
SetMajorDim(majorDim == 0 ? n : majorDim, lStyle);
SetMajorDim(nMajorDim == 0 ? nNum : nMajorDim, lStyle);
m_nNoRowsOrCols = nMajorDim;
//