X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f385aa0f69b8beae385afd3a3ba4ca6f316da40..a582395301f296706dc9e59d0346cddd165eacd8:/src/msw/menuitem.cpp diff --git a/src/msw/menuitem.cpp b/src/msw/menuitem.cpp index f7c1bb88cc..6e450bc973 100644 --- a/src/msw/menuitem.cpp +++ b/src/msw/menuitem.cpp @@ -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")); }