diff options
author | zdm <zdm@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
commit | 5062bdf2c2bf1b46701280e5dc5ed6d1f7bd4e3e (patch) | |
tree | 71dea1966d70ae4fc7b31cccf3a492f6efc621f7 /library/cpp/binsaver/mem_io.h | |
parent | 2ab6bab688484680d3ebc5c4a7e9cd3ff04fda04 (diff) | |
download | ydb-5062bdf2c2bf1b46701280e5dc5ed6d1f7bd4e3e.tar.gz |
Restoring authorship annotation for <zdm@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/binsaver/mem_io.h')
-rw-r--r-- | library/cpp/binsaver/mem_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/binsaver/mem_io.h b/library/cpp/binsaver/mem_io.h index 2a9e36fe681..dd8018838fc 100644 --- a/library/cpp/binsaver/mem_io.h +++ b/library/cpp/binsaver/mem_io.h @@ -1,7 +1,7 @@ #pragma once #include "bin_saver.h" - + namespace NMemIoInternals { class TMemoryStream: public IBinaryStream { TVector<char>& Data; |