diff options
Diffstat (limited to 'vcl/source/font/fontcharmap.cxx')
-rw-r--r-- | vcl/source/font/fontcharmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/font/fontcharmap.cxx b/vcl/source/font/fontcharmap.cxx index 3443cdb6f45f..6f3130dd2841 100644 --- a/vcl/source/font/fontcharmap.cxx +++ b/vcl/source/font/fontcharmap.cxx @@ -388,7 +388,7 @@ FontCharMap::FontCharMap() , mnRefCount(0) {} -FontCharMap::FontCharMap( ImplFontCharMapPtr pIFCMap ) +FontCharMap::FontCharMap( ImplFontCharMapPtr const & pIFCMap ) : mpImplFontCharMap( pIFCMap ) , mnRefCount(0) {} |