another compilation fix after r61232
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,7 @@ bool wxButton::Create(wxWindow *parent,
|
|||||||
// this check
|
// this check
|
||||||
if ( style & wxBU_NOTEXT )
|
if ( style & wxBU_NOTEXT )
|
||||||
{
|
{
|
||||||
return wxControl::Create(parent, id, lbl, pos, size, style,
|
return wxControl::Create(parent, id, pos, size, style,
|
||||||
validator, name);
|
validator, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user