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/Deflate/DeflateEncoder.h')
-rwxr-xr-xCPP/7zip/Compress/Deflate/DeflateEncoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/Compress/Deflate/DeflateEncoder.h b/CPP/7zip/Compress/Deflate/DeflateEncoder.h
index a7b2bb5b..4cdfa707 100755
--- a/CPP/7zip/Compress/Deflate/DeflateEncoder.h
+++ b/CPP/7zip/Compress/Deflate/DeflateEncoder.h
@@ -12,7 +12,7 @@
extern "C"
{
- #include "../../../../C/Compress/Lz/MatchFinder.h"
+ #include "../../../../C/LzFind.h"
}
namespace NCompress {
@@ -132,7 +132,7 @@ public:
void WriteBits(UInt32 value, int numBits);
void LevelTableCode(const Byte *levels, int numLevels, const Byte *lens, const UInt32 *codes);
- void MakeTables();
+ void MakeTables(unsigned maxHuffLen);
UInt32 GetLzBlockPrice() const;
void TryBlock();
UInt32 TryDynBlock(int tableIndex, UInt32 numPasses);