]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
assert -> wxASSERT
[wxWidgets.git] / include / wx / msw / menu.h
index 9fff22c1fab38f4da8726a318edf0609bb9c088b..953c23f71c11fe1402904b464488fc9669d73ae5 100644 (file)
@@ -165,7 +165,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
@@ -201,7 +201,7 @@ public:
     // get the accel table for all the menus
     const wxAcceleratorTable& GetAccelTable() const { return m_accelTable; }
 
-    // update the accel table (must be called after adding/deletign a menu)
+    // update the accel table (must be called after adding/deleting a menu)
     void RebuildAccelTable();
 #endif // wxUSE_ACCEL