summaryrefslogtreecommitdiffstats
path: root/util/stream
diff options
context:
space:
mode:
authorssmike <[email protected]>2022-02-10 16:52:02 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:02 +0300
commit9e67c55ced4ba4ae2cde004ccb91f1f1573ecfa9 (patch)
tree5097e23db7eddaeb52718e15908310216b125cb8 /util/stream
parentbab6bea2cd46463bec931057fae2181f02d211d2 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream')
-rw-r--r--util/stream/str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/str.h b/util/stream/str.h
index 028bd572c03..415e8f5fe3b 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;