diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-13 19:04:29 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-13 19:21:45 +0200 |
commit | 134d64ca81bb6c93fd800a13256951ad6979dbab (patch) | |
tree | 7c4dca11356c2257ab1a11fbac91904206a66c2f /vcl | |
parent | 29f0318e273875cb589cc06f6e3802f90ce88a6d (diff) |
vcl: unbreak WNT build
Change-Id: I000824e86f40ce20af2d254dc848b51321602760
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 5c0194703770..a642e3d5b5ab 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -104,7 +104,8 @@ protected: enum{ MAGIC = 0x12349876 }; // change if fontattrcache format changes public: - ImplFontAttrCache( const String& rCacheFileName, const String& rBaseURL ); + ImplFontAttrCache(const OUString& rCacheFileName, + const OUString& rBaseURL); ~ImplFontAttrCache(); ImplDevFontAttributes GetFontAttr( const String& rFontFileName ) const; |