fixed a (harmless) BoundsChecker warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-03-28 12:31:54 +00:00
parent 91c536df15
commit 0f243af310

View File

@ -255,7 +255,7 @@ void wxMenuItem::Check(bool check)
start, // the first radio group item
end, // the last one
pos, // the one to check
MF_BYPOSITION | flags) )
MF_BYPOSITION) )
{
wxLogLastError(_T("CheckMenuRadioItem"));
}