X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2eefae6efae0c7902dc95ea4419f70107bd6aa7c..31d8b4ad2425eb6c172c97cc3a39300ee2d39b85:/src/gtk/bitmap.cpp?ds=sidebyside diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index 29738710f4..a7e059c40c 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -682,10 +682,10 @@ wxImage wxBitmap::ConvertToImage() const { // the colour used as transparent one in wxImage and the one it is replaced // with when it really occurs in the bitmap - static const MASK_RED = 1; - static const MASK_GREEN = 2; - static const MASK_BLUE = 3; - static const MASK_BLUE_REPLACEMENT = 2; + static const int MASK_RED = 1; + static const int MASK_GREEN = 2; + static const int MASK_BLUE = 3; + static const int MASK_BLUE_REPLACEMENT = 2; wxImage image;