aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/tempbuf.h
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
commit17a991042d1b9995293c9ccde509257bb8978954 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream/tempbuf.h
parent7ab054b393700bc58a0ea1809ef903238fd3f7d6 (diff)
downloadydb-17a991042d1b9995293c9ccde509257bb8978954.tar.gz
Restoring authorship annotation for <yacoder@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/tempbuf.h')
-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 9ef3b559ef..a6dc001025 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;
};