]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/menuitem.h
other ifacecheck fixes
[wxWidgets.git] / interface / wx / menuitem.h
index 93f66572eecb9c1ec379c7fa5c901fcfa1514910..e74e7bde17237a243dcb58c869565db4ff58ea66 100644 (file)
@@ -80,8 +80,8 @@ public:
             If non-@NULL, indicates that the menu item is a submenu.
     */
     wxMenuItem(wxMenu* parentMenu = NULL, int id = wxID_SEPARATOR,
-               const wxString& text = "",
-               const wxString& helpString = "",
+               const wxString& text = wxEmptyString,
+               const wxString& helpString = wxEmptyString,
                wxItemKind kind = wxITEM_NORMAL,
                wxMenu* subMenu = NULL);