]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/menuitem.h
* some C++ness correction in wxStream.
[wxWidgets.git] / include / wx / menuitem.h
index a36c0e8b862b57bf0558669c3e5153872fd26ba3..5d32a5f426cfdc58c607c678f146ac9e39f8bfe5 100644 (file)
@@ -49,7 +49,7 @@ DECLARE_DYNAMIC_CLASS(wxMenuItem)
 public:
   // ctor & dtor
   wxMenuItem(wxMenu *pParentMenu = NULL, int id = ID_SEPARATOR,
-             const wxTString& strName = "", const wxTString& wxHelp = "",
+             const wxString& strName = "", const wxString& wxHelp = "",
              bool bCheckable = FALSE, wxMenu *pSubMenu = NULL);
   virtual ~wxMenuItem();