diff options
Diffstat (limited to 'include/vcl/fontcharmap.hxx')
-rw-r--r-- | include/vcl/fontcharmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx index ade1da6e715c..ae4735376e14 100644 --- a/include/vcl/fontcharmap.hxx +++ b/include/vcl/fontcharmap.hxx @@ -147,7 +147,7 @@ private: int findRangeIndex( sal_UCS4 ) const; - FontCharMap( ImplFontCharMapRef const & pIFCMap ); + FontCharMap( ImplFontCharMapRef pIFCMap ); // prevent assignment and copy construction FontCharMap( const FontCharMap& ) = delete; |