summaryrefslogtreecommitdiff
path: root/vcl/source/filter/igif/decode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/igif/decode.hxx')
-rw-r--r--vcl/source/filter/igif/decode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/igif/decode.hxx b/vcl/source/filter/igif/decode.hxx
index bdf9e64f8c74..24ba7dbe5701 100644
--- a/vcl/source/filter/igif/decode.hxx
+++ b/vcl/source/filter/igif/decode.hxx
@@ -57,7 +57,7 @@ public:
explicit GIFLZWDecompressor( sal_uInt8 cDataSize );
~GIFLZWDecompressor();
- sal_uInt8* DecompressBlock( sal_uInt8* pSrc, sal_uInt8 cBufSize, sal_uLong& rCount, bool& rEOI );
+ Scanline DecompressBlock( sal_uInt8* pSrc, sal_uInt8 cBufSize, sal_uLong& rCount, bool& rEOI );
};
#endif