diff options
| -rw-r--r-- | library/cpp/yt/yson/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/yson/consumer.h b/library/cpp/yt/yson/consumer.h index 8081f4fe9dd..2081e1d9aae 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). /*! |
