From 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 Mon Sep 17 00:00:00 2001 From: timestep Date: Thu, 10 Feb 2022 16:49:17 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/codecs/greedy_dict/gd_builder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/codecs') diff --git a/library/cpp/codecs/greedy_dict/gd_builder.cpp b/library/cpp/codecs/greedy_dict/gd_builder.cpp index 561bfbca015..11072e889da 100644 --- a/library/cpp/codecs/greedy_dict/gd_builder.cpp +++ b/library/cpp/codecs/greedy_dict/gd_builder.cpp @@ -11,7 +11,7 @@ namespace NGreedyDict { void TDictBuilder::RebuildCounts(ui32 maxcand, bool final) { if (!Current) { - Current = MakeHolder(); + Current = MakeHolder(); Current->InitWithAlpha(); } @@ -24,7 +24,7 @@ namespace NGreedyDict { CompoundCountsPool.Clear(); if (!final) { - CompoundCounts = MakeHolder(&CompoundCountsPool); + CompoundCounts = MakeHolder(&CompoundCountsPool); CompoundCounts->reserve(maxcand); } -- cgit v1.3