summaryrefslogtreecommitdiff
path: root/vcl/inc/quartz
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-05-17 12:03:04 +0900
committerTomaž Vajngerl <quikee@gmail.com>2019-05-18 09:00:15 +0200
commite9ebb8c1f12812bcb0459092984e5aad1e955c8e (patch)
tree18a8151120d4e794860d6830f092b9f59f0c8b5c /vcl/inc/quartz
parent0353d0e5cdfd2847f1d30c629ce19aa202e43c40 (diff)
use CGContextHolder in AquaSalBitmap
Change-Id: I87f5a1bc2c41c58cff747bbad82867d53ea92ce7 Reviewed-on: https://gerrit.libreoffice.org/72442 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r--vcl/inc/quartz/salbmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salbmp.h b/vcl/inc/quartz/salbmp.h
index cd9cfb43a549..cb4151f73d28 100644
--- a/vcl/inc/quartz/salbmp.h
+++ b/vcl/inc/quartz/salbmp.h
@@ -39,7 +39,7 @@ class BitmapPalette;
class QuartzSalBitmap : public SalBitmap
{
public:
- CGContextRef mxGraphicContext;
+ CGContextHolder maGraphicContext;
mutable CGImageRef mxCachedImage;
BitmapPalette maPalette;
std::shared_ptr<sal_uInt8> m_pUserBuffer;