From 7e04f44c8df9a8571d5304718de9a5617701dbab Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 3 Apr 2010 09:43:30 +0000 Subject: [PATCH] fixing wrong version commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/tglbtn.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/cocoa/tglbtn.mm b/src/osx/cocoa/tglbtn.mm index 8f752de7d2..d20870e749 100644 --- a/src/osx/cocoa/tglbtn.mm +++ b/src/osx/cocoa/tglbtn.mm @@ -35,7 +35,7 @@ wxWidgetImplType* wxWidgetImpl::CreateToggleButton( wxWindowMac* wxpeer, const wxString& WXUNUSED(label), const wxPoint& pos, const wxSize& size, - long WXUNUSED(style), + long style, long WXUNUSED(extraStyle)) { NSRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ; -- 2.50.0