summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-08 14:59:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-08 14:59:45 +0000
commit29cb3bfc07f42c216b7bbd66d3c8ad14822d49fe (patch)
tree02259ae26b611d43a2e810d3878c806037895c8e /vcl/inc
parent8f0e7b3b36fbb1f8ebdc854e92b50866b6746e62 (diff)
const this up
Change-Id: Ie070a3f5c07cd7947d441ee67ca662b9d5764251
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/fontmanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx
index fa99dac82091..dc0dc9b3e84e 100644
--- a/vcl/inc/unx/fontmanager.hxx
+++ b/vcl/inc/unx/fontmanager.hxx
@@ -164,7 +164,7 @@ class VCL_PLUGIN_PUBLIC PrintFontManager
std::unordered_map< int, OString > m_aAtomToDir;
int m_nNextDirAtom;
- OString getFontFile( PrintFont* pFont ) const;
+ OString getFontFile(const PrintFont* pFont) const;
bool analyzeFontFile( int nDirID, const OString& rFileName, std::list< PrintFont* >& rNewFonts, const char *pFormat=nullptr ) const;
static OUString convertSfntName( void* pNameRecord ); // actually a NameRecord* formt font subsetting code