diff options
author | aprudaev <aprudaev@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
commit | 29e66fe2ab37743577f88e6ab770defc4e6c1002 (patch) | |
tree | 332323481b37f79cf521451582f724fb13a7143a /library/cpp/histogram/adaptive/histogram.h | |
parent | 66f1a2f0600877a21fcc76f83c52904a58425f78 (diff) | |
download | ydb-29e66fe2ab37743577f88e6ab770defc4e6c1002.tar.gz |
Restoring authorship annotation for <aprudaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/histogram.h')
-rw-r--r-- | library/cpp/histogram/adaptive/histogram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/histogram/adaptive/histogram.h b/library/cpp/histogram/adaptive/histogram.h index 360fd9a693..f4d6f69b6b 100644 --- a/library/cpp/histogram/adaptive/histogram.h +++ b/library/cpp/histogram/adaptive/histogram.h @@ -4,8 +4,8 @@ #include <util/generic/vector.h> namespace NKiwiAggr { - class THistogram; - class THistoRec; + class THistogram; + class THistoRec; class IHistogram; typedef TAtomicSharedPtr<IHistogram> IHistogramPtr; |