X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..478cde3220641d49cfbd492e799107d13ccdfeb3:/include/wx/mac/classic/menu.h diff --git a/include/wx/mac/classic/menu.h b/include/wx/mac/classic/menu.h index e7a23bf876..bc0a50125e 100644 --- a/include/wx/mac/classic/menu.h +++ b/include/wx/mac/classic/menu.h @@ -6,7 +6,7 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_MENU_H_ @@ -108,7 +108,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