]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
Sorry, should be a __UNIX__ test
[wxWidgets.git] / include / wx / msw / menu.h
index 9fff22c1fab38f4da8726a318edf0609bb9c088b..f049ba8f41c28f92455c52d8787bcad57e1924c9 100644 (file)
@@ -165,7 +165,7 @@ public:
         // unused under MSW
     wxMenuBar(long style);
         // menubar takes ownership of the menus arrays but copies the titles
         // 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
     virtual ~wxMenuBar();
 
     // menubar construction