summaryrefslogtreecommitdiff
path: root/vcl/inc/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-24 19:32:01 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-24 19:32:25 +0200
commit18ceb68ccceb321e2c81ee75c818334e596311b9 (patch)
tree5ba44c0a8250e28be950c20a265359c0a235a925 /vcl/inc/quartz
parent15b3e29808da85b1c304c571f52f12cc2e67884d (diff)
64-bit OS X build fix
Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r--vcl/inc/quartz/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index cf611fe1fb9f..9d78b8172c62 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -289,7 +289,7 @@ public:
virtual bool drawAlphaRect( long nX, long nY, long nWidth,
long nHeight, sal_uInt8 nTransparency );
- CGPoint* makeCGptArray(sal_uLong nPoints, const SalPoint* pPtAry);
+ CGPoint* makeCGptArray(sal_uInt32 nPoints, const SalPoint* pPtAry);
// native widget rendering methods that require mirroring
virtual bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
const Point& aPos, bool& rIsInside ) SAL_OVERRIDE;