From 2ac0ac7c1b1c0e4c37f3729e139c4cca76bbe0b7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 Jun 2009 21:02:20 +0000 Subject: [PATCH] another compilation fix after r61232 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/button_osx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.45.2