projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Really fix recently broken accelerators handling in menu items.
[wxWidgets.git]
/
src
/
common
/
validate.cpp
diff --git
a/src/common/validate.cpp
b/src/common/validate.cpp
index 787d99bd5f60c38d8627dbeb6287aa0ac90bbafc..cbd48bdc80d83393993722c76f44604c4744503a 100644
(file)
--- a/
src/common/validate.cpp
+++ b/
src/common/validate.cpp
@@
-34,7
+34,7
@@
bool wxValidator::ms_isSilent = false;
wxValidator::wxValidator()
{
- m_validatorWindow =
(wxWindow *)
NULL;
+ m_validatorWindow = NULL;
}
wxValidator::~wxValidator()