summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdicommon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz/salgdicommon.cxx')
-rw-r--r--vcl/quartz/salgdicommon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index d8c539a79d98..bbac31eb1f65 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -1493,7 +1493,7 @@ SalColor AquaSalGraphics::getPixel( long nX, long nY )
if( !mxLayer || (nX < 0) || (nX >= mnWidth) ||
(nY < 0) || (nY >= mnHeight))
{
- return COL_BLACK;
+ return sal_uInt32(COL_BLACK);
}
// prepare creation of matching a CGBitmapContext
#if defined OSL_BIGENDIAN