]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
reformatted to fit in the page width
[wxWidgets.git] / 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"));
         }