Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b420fb6a37
commit
4a277ceb2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user