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 '7zip/Archive/Common/CoderMixer2.h')
-rwxr-xr-x7zip/Archive/Common/CoderMixer2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Archive/Common/CoderMixer2.h b/7zip/Archive/Common/CoderMixer2.h
index e80f4bfe..78a3f280 100755
--- a/7zip/Archive/Common/CoderMixer2.h
+++ b/7zip/Archive/Common/CoderMixer2.h
@@ -127,7 +127,7 @@ struct CBindInfo
class CBindReverseConverter
{
UInt32 _numSrcOutStreams;
- const NCoderMixer2::CBindInfo _srcBindInfo;
+ NCoderMixer2::CBindInfo _srcBindInfo;
CRecordVector<UInt32> _srcInToDestOutMap;
CRecordVector<UInt32> _srcOutToDestInMap;
CRecordVector<UInt32> _destInToSrcOutMap;