From: Vadim Zeitlin Date: Fri, 27 Apr 2001 00:34:18 +0000 (+0000) Subject: compilation fix (sorry) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88c49a0f21dab4f2047b2dc8f77abdcce46e012b compilation fix (sorry) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index 3624c580e9..1967ec43c4 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -302,7 +302,7 @@ void wxMDIParentFrame::SetWindowMenu(wxMenu* menu) if (GetMenuBar()) { InsertWindowMenu(GetClientWindow(), m_hMenu, - GetHMenuOf(m_windowMenu)); + GetHmenuOf(m_windowMenu)); } } }