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/Archive/Rar/RarVolumeInStream.h')
-rwxr-xr-xCPP/7zip/Archive/Rar/RarVolumeInStream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Rar/RarVolumeInStream.h b/CPP/7zip/Archive/Rar/RarVolumeInStream.h
index 4c9a9e96..7c5902b5 100755
--- a/CPP/7zip/Archive/Rar/RarVolumeInStream.h
+++ b/CPP/7zip/Archive/Rar/RarVolumeInStream.h
@@ -4,7 +4,6 @@
#define __RAR_VOLUME_IN_STREAM_H
#include "../../IStream.h"
-#include "Common/CRC.h"
#include "RarIn.h"
namespace NArchive {
@@ -31,7 +30,7 @@ private:
const CObjectVector<CItemEx> *_items;
CRefItem _refItem;
int _curIndex;
- CCRC _crc;
+ UInt32 _crc;
bool _fileIsOpen;
CMyComPtr<ISequentialInStream> _stream;