diff options
author | cherenkov-p-a <[email protected]> | 2022-02-10 16:49:39 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:39 +0300 |
commit | 9011d1fa16370ec024d20180d440f7ae6fd0e1c8 (patch) | |
tree | cd688a9e90e30e02212a6ecaf664209db01c4c36 /library/cpp/http/io/stream.h | |
parent | 9700ce2289436b557831d64eb47682c8c2a30ee2 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/io/stream.h')
-rw-r--r-- | library/cpp/http/io/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/io/stream.h b/library/cpp/http/io/stream.h index 78ca4fc814c..66046532f9a 100644 --- a/library/cpp/http/io/stream.h +++ b/library/cpp/http/io/stream.h @@ -25,7 +25,7 @@ struct THttpReadException: public THttpException { class THttpInput: public IInputStream { public: THttpInput(IInputStream* slave); - THttpInput(THttpInput&& httpInput); + THttpInput(THttpInput&& httpInput); ~THttpInput() override; /* |