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.cpp | |
| parent | 9700ce2289436b557831d64eb47682c8c2a30ee2 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/io/stream.cpp')
| -rw-r--r-- | library/cpp/http/io/stream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/io/stream.cpp b/library/cpp/http/io/stream.cpp index 6689be684fc..fcfd45b8530 100644 --- a/library/cpp/http/io/stream.cpp +++ b/library/cpp/http/io/stream.cpp @@ -394,8 +394,8 @@ THttpInput::THttpInput(IInputStream* slave) { } -THttpInput::THttpInput(THttpInput&& httpInput) = default; - +THttpInput::THttpInput(THttpInput&& httpInput) = default; + THttpInput::~THttpInput() { } |
