X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e4c2912462461f9a2133ac39475457d668d1686..ab52bac815bed0189bb0ba3b52a15e093c354533:/src/osx/button_osx.cpp diff --git a/src/osx/button_osx.cpp b/src/osx/button_osx.cpp index 29afcd3882..52208f4ed2 100644 --- a/src/osx/button_osx.cpp +++ b/src/osx/button_osx.cpp @@ -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); }