aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authoryacoder <yacoder@yandex-team.ru>2022-02-10 16:52:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:02 +0300
commit7ab054b393700bc58a0ea1809ef903238fd3f7d6 (patch)
tree64f060eea04ee3f829c63501bcd13596bce94ed2 /util
parente7d460ea3389cb4f573ef5fb09f7072549a17765 (diff)
downloadydb-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.h2
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;
};