Compilation fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2000-03-10 20:55:15 +00:00
parent b420fb6a37
commit 4a277ceb2b

View File

@ -44,7 +44,7 @@ class WXDLLEXPORT wxMenuItem: public wxMenuItemBase
public:
// ctor & dtor
wxMenuItem( wxMenu* pParentMenu = NULL
,int nId = ID_SEPARATOR
,int nId = wxID_SEPARATOR
,const wxString& rStrName = ""
,const wxString& rWxHelp = ""
,bool bCheckable = FALSE