diff options
author | vkap <vkap@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:03 +0300 |
commit | 2293cfbde84d06fd05df2d8b5e84a0f58c6b827e (patch) | |
tree | a6bcfcb3e625cd4eef7032ce2645f0a8486b482a /util/stream/fwd.h | |
parent | 578d2b4e4ceeab5fd36f435815a15f2359bf21a0 (diff) | |
download | ydb-2293cfbde84d06fd05df2d8b5e84a0f58c6b827e.tar.gz |
Restoring authorship annotation for <vkap@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/fwd.h')
-rw-r--r-- | util/stream/fwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/fwd.h b/util/stream/fwd.h index 307676c6a7..8e9b5faf9a 100644 --- a/util/stream/fwd.h +++ b/util/stream/fwd.h @@ -57,7 +57,7 @@ namespace ZLib { enum StreamType: ui8; } -class TZLibDecompress; +class TZLibDecompress; class TZLibCompress; class TBufferedZLibDecompress; |