#ifndef _MENUITEM_H
#define _MENUITEM_H
+#ifdef __GNUG__
+#pragma interface "menuitem.h"
+#endif
+
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
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();