projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected warnings when compiling with -Wall -W
[wxWidgets.git]
/
src
/
msw
/
menuitem.cpp
diff --git
a/src/msw/menuitem.cpp
b/src/msw/menuitem.cpp
index f7c1bb88cc5a396607d4d78feded5b85a0960acf..6e450bc97391806cd45b682bc7703ce827cb39f1 100644
(file)
--- 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"));
}