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 3e1a783eaf0d..737a495adb42 100644
--- a/vcl/source/filter/igif/decode.hxx
+++ b/vcl/source/filter/igif/decode.hxx
@@ -43,7 +43,7 @@ class GIFLZWDecompressor
sal_uInt8 nBlockBufSize;
sal_uInt8 nBlockBufPos;
- void AddToTable(sal_uInt16 nPrevCode, sal_uInt16 nCodeFirstData);
+ bool AddToTable(sal_uInt16 nPrevCode, sal_uInt16 nCodeFirstData);
bool ProcessOneCode();