diff options
author | yacoder <[email protected]> | 2022-02-10 16:52:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:02 +0300 |
commit | 7ab054b393700bc58a0ea1809ef903238fd3f7d6 (patch) | |
tree | 64f060eea04ee3f829c63501bcd13596bce94ed2 | |
parent | e7d460ea3389cb4f573ef5fb09f7072549a17765 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-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 a6dc001025a..9ef3b559efa 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; }; |