summaryrefslogtreecommitdiffstats
path: root/util/stream
diff options
context:
space:
mode:
authoryacoder <[email protected]>2022-02-10 16:52:02 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:02 +0300
commit17a991042d1b9995293c9ccde509257bb8978954 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream
parent7ab054b393700bc58a0ea1809ef903238fd3f7d6 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream')
-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 9ef3b559efa..a6dc001025a 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;
};