diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 16:50:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 16:50:56 +0000 |
commit | 78a5c5dcf0bd0a4406ea5d7da7573010863299b8 (patch) | |
tree | 9ac38bf1470ad86a9cfaae9b7244153db1faa786 /vcl | |
parent | bef9cc01c7da9fd75393bfa1818e07f484306829 (diff) |
fix windows build
could have sworn it built under windows under jenkins
Change-Id: I97501d09b417ba1f8701f7efe884f26a7714a98a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/win/salgdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index d78b1918decb..97431fd9342c 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -397,8 +397,8 @@ public: // as "undefined character" virtual bool CreateFontSubset( const OUString& rToFile, const PhysicalFontFace*, - sal_GlyphId* pGlyphIDs, - sal_uInt8* pEncoding, + const sal_GlyphId* pGlyphIDs, + const sal_uInt8* pEncoding, sal_Int32* pWidths, int nGlyphs, FontSubsetInfo& rInfo // out parameter |