]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/menu.mm
moved compat content to formats, there will be more wx-specific formats
[wxWidgets.git] / src / cocoa / menu.mm
index f0fc49998a942515f9420cc2f6dc85dd54fece28..57db00ae15c0f8ffa22070203f609ee4394f1c4b 100644 (file)
@@ -167,10 +167,12 @@ wxString wxMenuBar::GetLabelTop(size_t pos) const
 
 void wxMenuBar::Attach(wxFrame *frame)
 {
+    wxMenuBarBase::Attach(frame);
 }
 
 void wxMenuBar::Detach()
 {
+    wxMenuBarBase::Detach();
 }
 
 wxSize wxMenuBar::DoGetBestClientSize() const