mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 12:11:34 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -11,7 +11,7 @@ namespace NCompress {
|
||||
namespace NImplode {
|
||||
namespace NHuffman {
|
||||
|
||||
const int kNumBitsInLongestCode = 16;
|
||||
const unsigned kNumBitsInLongestCode = 16;
|
||||
|
||||
typedef NBitl::CDecoder<CInBuffer> CInBit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user