diff options
Diffstat (limited to 'library/cpp/yson/node/node.cpp')
| -rw-r--r-- | library/cpp/yson/node/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson/node/node.cpp b/library/cpp/yson/node/node.cpp index b39e0707187..2c305d812e4 100644 --- a/library/cpp/yson/node/node.cpp +++ b/library/cpp/yson/node/node.cpp @@ -846,7 +846,7 @@ void TNode::AssureList() void TNode::CreateAttributes() { - Attributes_ = MakeHolder<TNode>(); + Attributes_ = MakeHolder<TNode>(); Attributes_->Value_ = TMapType(); } |
