]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/checkbox.cpp
make sure theme font info is reset if anything is changed
[wxWidgets.git] / src / osx / carbon / checkbox.cpp
index f31d0413fc31451773d9a6f6d39415e5413951ef..3dff92a7d532052cda5b6f37df866ee45825fc5c 100644 (file)
 
 wxWidgetImplType* wxWidgetImpl::CreateCheckBox( wxWindowMac* wxpeer, 
                                     wxWindowMac* parent, 
-                                    wxWindowID id
-                                    const wxString& label,
+                                    wxWindowID WXUNUSED(id)
+                                    const wxString& WXUNUSED(label),
                                     const wxPoint& pos, 
                                     const wxSize& size,
                                     long style, 
-                                    long extraStyle
+                                    long WXUNUSED(extraStyle)
 {
     Rect bounds = wxMacGetBoundsForControl( wxpeer , pos , size ) ;
     wxMacControl* peer = new wxMacControl(wxpeer) ;