From: Stefan Csomor Date: Wed, 25 Jan 2006 12:52:18 +0000 (+0000) Subject: adapting comment to new implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/835a347314148e6facab05ceb51c14c704a0d8a7 adapting comment to new implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/bitmap.h b/include/wx/mac/carbon/bitmap.h index 64bc3dad04..a9b14b7713 100644 --- a/include/wx/mac/carbon/bitmap.h +++ b/include/wx/mac/carbon/bitmap.h @@ -46,7 +46,7 @@ public: // Construct a mask from a mono bitmap (black meaning show pixels, white meaning transparent) wxMask(const wxBitmap& bitmap); - // implementation helper only : construct a mask from a 8 bit memory buffer + // implementation helper only : construct a mask from a 32 bit memory buffer wxMask(const wxMemoryBuffer& buf, int width , int height , int bytesPerRow ) ; ~wxMask();