]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
reformatted to fit in the page width
[wxWidgets.git] / src / msw / mdi.cpp
index ee869d9759f3e469a0698e0a7b3e383103bb3f03..1d295a13dcb10a951a30447952dd3d1e432420b8 100644 (file)
@@ -245,7 +245,7 @@ wxMDIParentFrame::~wxMDIParentFrame()
     if ( m_hMenu )
     {
         ::DestroyMenu((HMENU)m_hMenu);
-        m_hMenu = NULL;
+        m_hMenu = (WXHMENU)NULL;
     }
 
     if ( m_clientWindow )