X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/565215b26a117edbbbb52d62c79ef0fc38d81c39..d0fff5cb110810d3bee6fa255292f161f7752911:/include/wx/menuitem.h?ds=inline diff --git a/include/wx/menuitem.h b/include/wx/menuitem.h index 34178c67d1..5d32a5f426 100644 --- a/include/wx/menuitem.h +++ b/include/wx/menuitem.h @@ -12,6 +12,10 @@ #ifndef _MENUITEM_H #define _MENUITEM_H +#ifdef __GNUG__ +#pragma interface "menuitem.h" +#endif + // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -45,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();