]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbmp.cpp
drawing circles with a transparent pen was filling of course...
[wxWidgets.git] / src / mac / carbon / statbmp.cpp
index cb22a96bed3bc6d1a7d6ea3a3fb68c2969983ec1..1ebe5ec7658216c81a06f34d59fc288783b6ed1b 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "wx/wxprec.h"
 
+#if wxUSE_STATBMP
+
 #include "wx/statbmp.h"
 #include "wx/dcclient.h"
 
@@ -81,3 +83,5 @@ wxSize wxStaticBitmap::DoGetBestSize() const
     return DoGetSizeFromClientSize( wxSize(16, 16) ); 
 }
 
+#endif
+