]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menuitem.h
added wxMOTIF_STR() macro casting away string literal constness for use with Motif...
[wxWidgets.git] / include / wx / os2 / menuitem.h
index 019584dee5decf5196f591f201b5c5356c6bee97..a0ac01b8753222f7d13729a754958b529918a4f9 100644 (file)
@@ -47,8 +47,8 @@ public:
     //
     wxMenuItem( wxMenu*         pParentMenu = NULL
                ,int             nId = wxID_SEPARATOR
-               ,const wxString& rStrName = ""
-               ,const wxString& rWxHelp = ""
+               ,const wxString& rStrName = wxEmptyString
+               ,const wxString& rWxHelp = wxEmptyString
                ,wxItemKind      eKind = wxITEM_NORMAL
                ,wxMenu*         pSubMenu = NULL
               );