Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Compress/ShrinkDecoder.h')
-rw-r--r--CPP/7zip/Compress/ShrinkDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Compress/ShrinkDecoder.h b/CPP/7zip/Compress/ShrinkDecoder.h
index 2f01596a..b095b5f4 100644
--- a/CPP/7zip/Compress/ShrinkDecoder.h
+++ b/CPP/7zip/Compress/ShrinkDecoder.h
@@ -19,8 +19,8 @@ class CDecoder :
public ICompressGetInStreamProcessedSize,
public CMyUnknownImp
{
- UInt64 _inProcessed;
bool _fullStreamMode;
+ UInt64 _inProcessed;
UInt16 _parents[kNumItems];
Byte _suffixes[kNumItems];