[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Mon Mar 24 10:32:49 PDT 2014
vcl/inc/quartz/salgdi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 18ceb68ccceb321e2c81ee75c818334e596311b9
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 24 19:32:01 2014 +0200
64-bit OS X build fix
Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index cf611fe..9d78b81 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;
More information about the Libreoffice-commits
mailing list