projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxSVGDC class README.TXT
[wxWidgets.git]
/
src
/
msw
/
mdi.cpp
diff --git
a/src/msw/mdi.cpp
b/src/msw/mdi.cpp
index ee869d9759f3e469a0698e0a7b3e383103bb3f03..1d295a13dcb10a951a30447952dd3d1e432420b8 100644
(file)
--- a/
src/msw/mdi.cpp
+++ b/
src/msw/mdi.cpp
@@
-245,7
+245,7
@@
wxMDIParentFrame::~wxMDIParentFrame()
if ( m_hMenu )
{
::DestroyMenu((HMENU)m_hMenu);
- m_hMenu = NULL;
+ m_hMenu =
(WXHMENU)
NULL;
}
if ( m_clientWindow )