diff options
| author | gaiduk <[email protected]> | 2022-02-10 16:49:21 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:21 +0300 | 
| commit | cb32ddf04f53e72bb5b34bbdcaf40c49f408ccb7 (patch) | |
| tree | 429efaf6de0d5fdc7a1eaeb96d100a3407916cc0 /library/cpp/yson/node/node.h | |
| parent | 296addf192418e73b12dd8c5110ac1a36d9dee19 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yson/node/node.h')
| -rw-r--r-- | library/cpp/yson/node/node.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yson/node/node.h b/library/cpp/yson/node/node.h index 5f90f95df07..11deb1e8344 100644 --- a/library/cpp/yson/node/node.h +++ b/library/cpp/yson/node/node.h @@ -106,8 +106,8 @@ public:      TNode(const TNode& rhs);      TNode& operator=(const TNode& rhs); -    TNode(TNode&& rhs) noexcept; -    TNode& operator=(TNode&& rhs) noexcept; +    TNode(TNode&& rhs) noexcept;  +    TNode& operator=(TNode&& rhs) noexcept;       ~TNode();  | 
