aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util/path.h
diff options
context:
space:
mode:
authorgleb-kov <gleb-kov@yandex-team.ru>2022-02-10 16:46:22 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:22 +0300
commit918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/protobuf/util/path.h
parent7b1cfa32681104c8468c5824c79fd80d9a88a579 (diff)
downloadydb-918e8a1574070d0ec733f0b76cfad8f8892ad2e5.tar.gz
Restoring authorship annotation for <gleb-kov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/path.h')
-rw-r--r--library/cpp/protobuf/util/path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/protobuf/util/path.h b/library/cpp/protobuf/util/path.h
index 8712f81389..487f643a2d 100644
--- a/library/cpp/protobuf/util/path.h
+++ b/library/cpp/protobuf/util/path.h
@@ -11,8 +11,8 @@ namespace NProtoBuf {
TFieldPath();
TFieldPath(const Descriptor* msgType, const TStringBuf& path); // throws exception if path doesn't exist
TFieldPath(const TVector<const FieldDescriptor*>& path);
- TFieldPath(const TFieldPath&) = default;
- TFieldPath& operator=(const TFieldPath&) = default;
+ TFieldPath(const TFieldPath&) = default;
+ TFieldPath& operator=(const TFieldPath&) = default;
bool InitUnsafe(const Descriptor* msgType, const TStringBuf path); // noexcept
void Init(const Descriptor* msgType, const TStringBuf& path); // throws