aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/histogram.h
diff options
context:
space:
mode:
authoraprudaev <aprudaev@yandex-team.ru>2022-02-10 16:49:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:58 +0300
commit29e66fe2ab37743577f88e6ab770defc4e6c1002 (patch)
tree332323481b37f79cf521451582f724fb13a7143a /library/cpp/histogram/adaptive/histogram.h
parent66f1a2f0600877a21fcc76f83c52904a58425f78 (diff)
downloadydb-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.h4
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;