]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
MinGW compilation fixes.
[wxWidgets.git] / include / wx / msw / region.h
index 01f160ba84c1fa4239441fa3d87fbca8943c98aa..ec3529a3433cfe79f45fadbc76b58889f27563b2 100644 (file)
@@ -114,7 +114,7 @@ public:
     // Does the region contain the rectangle rect?
     wxRegionContain Contains(const wxRect& rect) const;
 
-    // Convert the region to a B&W bitmap with the black pixels being inside
+    // Convert the region to a B&W bitmap with the white pixels being inside
     // the region.
     wxBitmap ConvertToBitmap() const;