]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/bmpbuttn.mm
wxOS2 warning fixes after daily build log.
[wxWidgets.git] / src / cocoa / bmpbuttn.mm
index 439936ea54510df86942f7521d9682d299754baa..5081c6a5ac1bb730a93b14bdcea4f36f92ee204c 100644 (file)
@@ -6,10 +6,13 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#if wxUSE_BMPBUTTON
+
 #ifndef WX_PRECOMP
     #include "wx/defs.h"
     #include "wx/bmpbuttn.h"
@@ -66,3 +69,4 @@ void wxBitmapButton::Cocoa_wxNSButtonAction(void)
     Command(event);
 }
 
+#endif