diff options
author | ssmike <ssmike@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 | cfa174d06a65d4408b22b58d3829393e97020695 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream/str.h | |
parent | 9e67c55ced4ba4ae2cde004ccb91f1f1573ecfa9 (diff) | |
download | ydb-cfa174d06a65d4408b22b58d3829393e97020695.tar.gz |
Restoring authorship annotation for <ssmike@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/str.h')
-rw-r--r-- | util/stream/str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/str.h b/util/stream/str.h index 415e8f5fe3..028bd572c0 100644 --- a/util/stream/str.h +++ b/util/stream/str.h @@ -94,7 +94,7 @@ public: DoSwap(S_, s.S_); } -protected: +protected: size_t DoNext(void** ptr) override; void DoUndo(size_t len) override; void DoWrite(const void* buf, size_t len) override; |