removed default argument in the function definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5ecfa93af6
commit
76fa43ec36
@ -233,7 +233,7 @@ wxNotebook::~wxNotebook()
|
||||
// wxNotebook page switching
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
int wxNotebook::DoSetSelection(size_t nPage, int flags = 0)
|
||||
int wxNotebook::DoSetSelection(size_t nPage, int flags)
|
||||
{
|
||||
wxCHECK_MSG( IS_VALID_PAGE(nPage), wxNOT_FOUND, _T("invalid notebook page") );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user