diff options
author | yacoder <yacoder@yandex-team.ru> | 2022-02-10 16:52:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:02 +0300 |
commit | 7ab054b393700bc58a0ea1809ef903238fd3f7d6 (patch) | |
tree | 64f060eea04ee3f829c63501bcd13596bce94ed2 /util | |
parent | e7d460ea3389cb4f573ef5fb09f7072549a17765 (diff) | |
download | ydb-7ab054b393700bc58a0ea1809ef903238fd3f7d6.tar.gz |
Restoring authorship annotation for <yacoder@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/stream/tempbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/tempbuf.h b/util/stream/tempbuf.h index a6dc001025..9ef3b559ef 100644 --- a/util/stream/tempbuf.h +++ b/util/stream/tempbuf.h @@ -16,6 +16,6 @@ public: TTempBufOutput(TTempBufOutput&&) noexcept = default; TTempBufOutput& operator=(TTempBufOutput&&) noexcept = default; -protected: +protected: void DoWrite(const void* data, size_t len) override; }; |