X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ded703ddca4c6657625af80afa66a2dddd13dae..a55f5a113613b2a0813e9e79c4d0b7f0bc1f8892:/src/cocoa/mbarman.mm diff --git a/src/cocoa/mbarman.mm b/src/cocoa/mbarman.mm index e672517182..c6cf916e64 100644 --- a/src/cocoa/mbarman.mm +++ b/src/cocoa/mbarman.mm @@ -277,7 +277,7 @@ void wxMenuBarManager::InstallMenuBarForWindow(wxCocoaNSWindow *win) SetMenuBar(menubar); } -void wxMenuBarManager::UpdateWindowMenuBar(wxTopLevelWindowNative *win) +void wxMenuBarManager::UpdateMenuBar() { if(m_windowCurrent) InstallMenuBarForWindow(m_windowCurrent);