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:
Vadim Zeitlin
2009-06-28 21:02:20 +00:00
parent ceceef4c05
commit 2ac0ac7c1b

View File

@@ -42,7 +42,7 @@ bool wxButton::Create(wxWindow *parent,
// this check
if ( style & wxBU_NOTEXT )
{
return wxControl::Create(parent, id, lbl, pos, size, style,
return wxControl::Create(parent, id, pos, size, style,
validator, name);
}