summaryrefslogtreecommitdiff
path: root/vcl/source
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/source
parentf734304a7fc27e26468616b8e50d378f6ff39749 (diff)
loplugin:constparams: vcl (macOS)
Change-Id: I993ab0021d0a0bee8e78975bba180355d2bfb19c
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/fontsubset/sft.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 027e0c4238bd..2f44b0fbcdf2 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -2288,7 +2288,7 @@ int CreateT42FromTTGlyphs(TrueTypeFont *ttf,
}
#if defined(_WIN32) || defined(MACOSX) || defined(IOS)
-sal_uInt16 MapChar(TrueTypeFont *ttf, sal_uInt16 ch)
+sal_uInt16 MapChar(TrueTypeFont const *ttf, sal_uInt16 ch)
{
switch (ttf->cmapType) {
case CMAP_MS_Symbol: