aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2023-11-17 00:45:07 +0300
committerbabenko <babenko@yandex-team.com>2023-11-17 01:03:54 +0300
commite41b57c58ab010e277155bc6dcf13c56f26cb606 (patch)
tree344436d718791976611ecc9e2b765ba267f94415 /library/cpp
parent7201b7c96dac23e1a7629851e66a48674cd27591 (diff)
downloadydb-e41b57c58ab010e277155bc6dcf13c56f26cb606.tar.gz
Cosmetics
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/yson/consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/yson/consumer.h b/library/cpp/yt/yson/consumer.h
index 8081f4fe9d..2081e1d9aa 100644
--- a/library/cpp/yt/yson/consumer.h
+++ b/library/cpp/yt/yson/consumer.h
@@ -31,7 +31,7 @@ struct IYsonConsumer
/*!
* \param value A scalar value.
*/
- virtual void OnUint64Scalar(ui64 scalar) = 0;
+ virtual void OnUint64Scalar(ui64 value) = 0;
//! The current item is an FP scalar (IDoubleNode).
/*!