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:
parent
91c536df15
commit
0f243af310
@ -255,7 +255,7 @@ void wxMenuItem::Check(bool check)
|
|||||||
start, // the first radio group item
|
start, // the first radio group item
|
||||||
end, // the last one
|
end, // the last one
|
||||||
pos, // the one to check
|
pos, // the one to check
|
||||||
MF_BYPOSITION | flags) )
|
MF_BYPOSITION) )
|
||||||
{
|
{
|
||||||
wxLogLastError(_T("CheckMenuRadioItem"));
|
wxLogLastError(_T("CheckMenuRadioItem"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user