]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a (harmless) BoundsChecker warning
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Mar 2002 12:31:54 +0000 (12:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Mar 2002 12:31:54 +0000 (12:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/menuitem.cpp

index f7c1bb88cc5a396607d4d78feded5b85a0960acf..6e450bc97391806cd45b682bc7703ce827cb39f1 100644 (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"));
         }