summaryrefslogtreecommitdiffstats
path: root/util/stream/buffer.h
diff options
context:
space:
mode:
authoriddqd <[email protected]>2022-02-10 16:49:46 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:46 +0300
commitff241e1daf76d79ed38015cdb76d55eb3a33ac27 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/buffer.h
parent07fce9c5f7771600d0b3d70e1f88fd8a7e164d85 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/buffer.h')
-rw-r--r--util/stream/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/buffer.h b/util/stream/buffer.h
index c77960bcb66..9dc99dbe49f 100644
--- a/util/stream/buffer.h
+++ b/util/stream/buffer.h
@@ -77,7 +77,7 @@ public:
protected:
size_t DoNext(const void** ptr, size_t len) override;
- void DoUndo(size_t len) override;
+ void DoUndo(size_t len) override;
private:
const TBuffer& Buf_;