diff options
| author | antervis <[email protected]> | 2022-02-10 16:49:48 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:48 +0300 | 
| commit | 0942f9eeaefcfc84db83fa240d8ed52b99345e7d (patch) | |
| tree | 59616090b13df8c4cb69f2a204dc97c93888262c /library/cpp/histogram/adaptive | |
| parent | 99ac40630808727955ac0448822228528f1ea92d (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive')
| -rw-r--r-- | library/cpp/histogram/adaptive/adaptive_histogram.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/cpp/histogram/adaptive/adaptive_histogram.h b/library/cpp/histogram/adaptive/adaptive_histogram.h index fa8f48433f9..1f3993a49e7 100644 --- a/library/cpp/histogram/adaptive/adaptive_histogram.h +++ b/library/cpp/histogram/adaptive/adaptive_histogram.h @@ -59,7 +59,7 @@ namespace NKiwiAggr {          TQualityFunction GetQualityFunc(); -        void Clear() override; +        void Clear() override;           void Add(double value, double weight) override;          void Add(const THistoRec& histoRec) override; | 
