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:
|
public:
|
||||||
// ctor & dtor
|
// ctor & dtor
|
||||||
wxMenuItem( wxMenu* pParentMenu = NULL
|
wxMenuItem( wxMenu* pParentMenu = NULL
|
||||||
,int nId = ID_SEPARATOR
|
,int nId = wxID_SEPARATOR
|
||||||
,const wxString& rStrName = ""
|
,const wxString& rStrName = ""
|
||||||
,const wxString& rWxHelp = ""
|
,const wxString& rWxHelp = ""
|
||||||
,bool bCheckable = FALSE
|
,bool bCheckable = FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user