]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing wrong version commit
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 3 Apr 2010 09:43:30 +0000 (09:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 3 Apr 2010 09:43:30 +0000 (09:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/tglbtn.mm

index 8f752de7d20adb32df2b8dfe900ef94511cd8d25..d20870e749cf496fa7f6c8d4734edff291874f0e 100644 (file)
@@ -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 ) ;