X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52479aefae169d5c85cd0e07d159db0b8dd0a965..926395e16b8ee7a2988078e9cf6ea5c7e88500e0:/include/wx/mac/classic/menu.h diff --git a/include/wx/mac/classic/menu.h b/include/wx/mac/classic/menu.h index 854a70d107..3add9b86e6 100644 --- a/include/wx/mac/classic/menu.h +++ b/include/wx/mac/classic/menu.h @@ -12,10 +12,6 @@ #ifndef _WX_MENU_H_ #define _WX_MENU_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "menu.h" -#endif - class WXDLLEXPORT wxFrame; #include "wx/arrstr.h" @@ -108,7 +104,7 @@ public: // unused under MSW wxMenuBar(long style); // menubar takes ownership of the menus arrays but copies the titles - wxMenuBar(int n, wxMenu *menus[], const wxString titles[]); + wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0); virtual ~wxMenuBar(); // menubar construction