compilation fix (sorry)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-04-27 00:34:18 +00:00
parent df05452ec0
commit 88c49a0f21

View File

@@ -302,7 +302,7 @@ void wxMDIParentFrame::SetWindowMenu(wxMenu* menu)
if (GetMenuBar())
{
InsertWindowMenu(GetClientWindow(), m_hMenu,
GetHMenuOf(m_windowMenu));
GetHmenuOf(m_windowMenu));
}
}
}