compilation warning fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-03-27 16:35:44 +00:00
parent 9f385aa0f6
commit 7c46a16b62

View File

@ -245,7 +245,7 @@ wxMDIParentFrame::~wxMDIParentFrame()
if ( m_hMenu )
{
::DestroyMenu((HMENU)m_hMenu);
m_hMenu = NULL;
m_hMenu = (WXHMENU)NULL;
}
if ( m_clientWindow )