]> git.saurik.com Git - wxWidgets.git/commitdiff
adapting comment to new implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Jan 2006 12:52:18 +0000 (12:52 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 25 Jan 2006 12:52:18 +0000 (12:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/bitmap.h

index 64bc3dad0481efd5ad642485fba222043f6841b9..a9b14b771302b2edadb6598e85097c6882d46781 100644 (file)
@@ -46,7 +46,7 @@ public:
     // Construct a mask from a mono bitmap (black meaning show pixels, white meaning transparent)
     wxMask(const wxBitmap& bitmap);
     
     // 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();
     wxMask(const wxMemoryBuffer& buf, int width , int height , int bytesPerRow ) ;
 
     ~wxMask();