summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdffontcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pdffontcache.hxx')
-rw-r--r--vcl/source/gdi/pdffontcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdffontcache.hxx b/vcl/source/gdi/pdffontcache.hxx
index 738a7ffd2b98..fd1b4848ec91 100644
--- a/vcl/source/gdi/pdffontcache.hxx
+++ b/vcl/source/gdi/pdffontcache.hxx
@@ -33,9 +33,9 @@ namespace vcl
{
struct FontIdentifier
{
- sal_IntPtr m_nFontId;
- bool m_bVertical;
- std::type_info* m_typeFontFace;
+ sal_IntPtr const m_nFontId;
+ bool const m_bVertical;
+ std::type_info* const m_typeFontFace;
FontIdentifier( const PhysicalFontFace*, bool bVertical );