diff options
author | zhigan <zhigan@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
commit | ae8ad2a23bc3bb663e427a5fa0735002d50bdb2e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/xml/document | |
parent | 8dada5409708843988a332937227a0c3127cf409 (diff) | |
download | ydb-ae8ad2a23bc3bb663e427a5fa0735002d50bdb2e.tar.gz |
Restoring authorship annotation for <zhigan@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/xml/document')
-rw-r--r-- | library/cpp/xml/document/xml-document-decl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/xml/document/xml-document-decl.h b/library/cpp/xml/document/xml-document-decl.h index 0312706abd..bfda1fb7e6 100644 --- a/library/cpp/xml/document/xml-document-decl.h +++ b/library/cpp/xml/document/xml-document-decl.h @@ -67,9 +67,9 @@ namespace NXml { } xmlDocPtr GetImpl() { - return Doc.Get(); - } - + return Doc.Get(); + } + private: void ParseFile(const TString& file); void ParseString(TZtStringBuf xml); |