diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-26 10:23:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-26 10:23:45 +0200 |
commit | 8e9a2c860eadfd429a24a0cb98bf5c2aa4a60e61 (patch) | |
tree | 14983fc83d76324df57864d31311a924b4bee5ac /vcl/win/gdi | |
parent | b7dabb80f45a65713f114c61e1d695f3f8093812 (diff) |
fix windows build
after
commit b792e4ee22d7b625a214f6eceb1c223f35b9a606
sal_uLong->sal_uInt32 in drawEPS
Change-Id: Ic35c165cd9dd756e229c33f643355150d6249688
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r-- | vcl/win/gdi/gdiimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/gdiimpl.hxx b/vcl/win/gdi/gdiimpl.hxx index f1cd729daf1b..bc4a6ac27414 100644 --- a/vcl/win/gdi/gdiimpl.hxx +++ b/vcl/win/gdi/gdiimpl.hxx @@ -186,7 +186,7 @@ public: long nX, long nY, long nWidth, long nHeight, void* pPtr, - sal_uLong nSize ) override; + sal_uInt32 nSize ) override; virtual bool blendBitmap( const SalTwoRect&, |