diff options
Diffstat (limited to 'vcl/inc/impfontcharmap.hxx')
-rw-r--r-- | vcl/inc/impfontcharmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx index 67ba048153fa..2d3c5ac16c89 100644 --- a/vcl/inc/impfontcharmap.hxx +++ b/vcl/inc/impfontcharmap.hxx @@ -47,7 +47,7 @@ private: const sal_uInt32* mpRangeCodes; // pairs of StartCode/(EndCode+1) const int* mpStartGlyphs; // range-specific mapper to glyphs const sal_uInt16* mpGlyphIds; // individual glyphid mappings - int mnRangeCount; + int const mnRangeCount; int mnCharCount; // covered codepoints }; |