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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/igif/decode.hxx b/vcl/source/filter/igif/decode.hxx
index f1b92475de40..bdf9e64f8c74 100644
--- a/vcl/source/filter/igif/decode.hxx
+++ b/vcl/source/filter/igif/decode.hxx
@@ -36,11 +36,11 @@ class GIFLZWDecompressor
sal_uInt8* pBlockBuf;
sal_uLong nInputBitsBuf;
bool bEOIFound;
- sal_uInt8 nDataSize;
+ sal_uInt8 const nDataSize;
sal_uInt8 nBlockBufSize;
sal_uInt8 nBlockBufPos;
- sal_uInt16 nClearCode;
- sal_uInt16 nEOICode;
+ sal_uInt16 const nClearCode;
+ sal_uInt16 const nEOICode;
sal_uInt16 nTableSize;
sal_uInt16 nCodeSize;
sal_uInt16 nOldCode;