summaryrefslogtreecommitdiff
path: root/vcl/inc/quartz/salgdi.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-31 11:01:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-31 11:01:22 +0200
commita5d4179ecf35b4cd4c7d869e06932340cd24e982 (patch)
treebf5c3c4da85de566fc87e8aaeb22d88804b9d001 /vcl/inc/quartz/salgdi.h
parentf734304a7fc27e26468616b8e50d378f6ff39749 (diff)
loplugin:constparams: vcl (macOS)
Change-Id: I993ab0021d0a0bee8e78975bba180355d2bfb19c
Diffstat (limited to 'vcl/inc/quartz/salgdi.h')
-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 6d29fccb1d6a..12356fb57767 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -88,7 +88,7 @@ public:
CoreTextStyle( const FontSelectPattern& );
~CoreTextStyle( void );
- void GetFontMetric( ImplFontMetricDataRef& ) const;
+ void GetFontMetric( ImplFontMetricDataRef const & ) const;
bool GetGlyphBoundRect(const GlyphItem&, tools::Rectangle&) const;
bool GetGlyphOutline(const GlyphItem&, basegfx::B2DPolyPolygon&) const;
hb_font_t* GetHbFont() const { return mpHbFont; }