diff options
Diffstat (limited to 'library/cpp/compproto')
| -rw-r--r-- | library/cpp/compproto/huff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/compproto/huff.h b/library/cpp/compproto/huff.h index fa5c139189d..7e905caa7fe 100644 --- a/library/cpp/compproto/huff.h +++ b/library/cpp/compproto/huff.h @@ -11,7 +11,7 @@ #include "compressor.h" -namespace NCompProto { +namespace NCompProto { template <size_t CacheSize, typename TEntry> struct TCache { ui32 CacheKey[CacheSize]; @@ -35,7 +35,7 @@ namespace NCompProto { } } }; - + struct TCode { i64 Probability; ui32 Start; |
