X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c71830c3b63568566cf5f006165e51ffaee0c704..40bd6154f1476dbe598c60b4760bbf2fe0d9ab0f:/include/wx/motif/menu.h diff --git a/include/wx/motif/menu.h b/include/wx/motif/menu.h index 90fc70ed35..c50ae78653 100644 --- a/include/wx/motif/menu.h +++ b/include/wx/motif/menu.h @@ -47,13 +47,13 @@ public: bool ProcessCommand(wxCommandEvent& event); -#if WXWIN_COMPATIBILITY wxMenu(const wxString& title, const wxFunction func) : wxMenuBase(title) { + Init(); + Callback(func); } -#endif // WXWIN_COMPATIBILITY //// Motif-specific WXWidget GetButtonWidget() const { return m_buttonWidget; }