From: Stefan Csomor Date: Sat, 3 Apr 2010 09:43:30 +0000 (+0000) Subject: fixing wrong version commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e04f44c8df9a8571d5304718de9a5617701dbab fixing wrong version commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 ) ;