diff options
| author | smalov <[email protected]> | 2022-02-10 16:47:36 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:36 +0300 |
| commit | cfadda92ca195da3ad68d721a58872a4f1ced696 (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/stream/input.cpp | |
| parent | f70d9720e13aef3a935e3f405b0eac554529e76e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/input.cpp')
| -rw-r--r-- | util/stream/input.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp index 9361be259e4..6e8170f2f9f 100644 --- a/util/stream/input.cpp +++ b/util/stream/input.cpp @@ -97,8 +97,8 @@ size_t IInputStream::ReadLine(TUtf16String& w) { } return result; -} - +} + TString IInputStream::ReadLine() { TString ret; |
