summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/freetype_glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/freetype_glyphcache.hxx')
-rw-r--r--vcl/inc/unx/freetype_glyphcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/freetype_glyphcache.hxx b/vcl/inc/unx/freetype_glyphcache.hxx
index 3b8d315e5a5c..0a8cfbe14f31 100644
--- a/vcl/inc/unx/freetype_glyphcache.hxx
+++ b/vcl/inc/unx/freetype_glyphcache.hxx
@@ -82,7 +82,7 @@ public:
void CacheGlyphIndex( sal_UCS4 cChar, int nGI ) const;
bool GetFontCodeRanges( CmapResult& ) const;
- const FontCharMapPtr GetFontCharMap();
+ const FontCharMapPtr& GetFontCharMap();
private:
FT_FaceRec_* maFaceFT;