diff options
author | ssmike <[email protected]> | 2022-02-10 16:52:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:02 +0300 |
commit | cfa174d06a65d4408b22b58d3829393e97020695 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/stream | |
parent | 9e67c55ced4ba4ae2cde004ccb91f1f1573ecfa9 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream')
-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 415e8f5fe3b..028bd572c03 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; |