summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-18 14:20:24 +0300
committerTor Lillqvist <tml@collabora.com>2020-10-18 14:44:24 +0200
commit2cd47f53b4c7bd300c210eaa466e13adc832c9b5 (patch)
tree23131b1ceb55e5dcd3989daf7d8c2b0ed15188f1 /vcl/inc
parentccdb78773ac6c9d19140e8084f37cc2c7f06240e (diff)
tdf#137468: Add debug output function for CGColorSpaceRef
Change-Id: I6fdb00652bf3dd892b531b80c2bb621ff22e8717 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104475 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/quartz/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index 2452c151d28e..a2a39f2605d2 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -44,6 +44,7 @@ std::ostream &operator <<(std::ostream& s, const CGPoint &rPoint);
std::ostream &operator <<(std::ostream& s, const CGSize &rSize);
std::ostream &operator <<(std::ostream& s, CGColorRef pSize);
std::ostream &operator <<(std::ostream& s, const CGAffineTransform &aXform);
+std::ostream &operator <<(std::ostream& s, CGColorSpaceRef cs);
#endif // INCLUDED_VCL_INC_QUARTZ_UTILS_H