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:
@@ -245,7 +245,7 @@ wxMDIParentFrame::~wxMDIParentFrame()
|
|||||||
if ( m_hMenu )
|
if ( m_hMenu )
|
||||||
{
|
{
|
||||||
::DestroyMenu((HMENU)m_hMenu);
|
::DestroyMenu((HMENU)m_hMenu);
|
||||||
m_hMenu = NULL;
|
m_hMenu = (WXHMENU)NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( m_clientWindow )
|
if ( m_clientWindow )
|
||||||
|
Reference in New Issue
Block a user