diff options
author | osado <[email protected]> | 2022-02-10 16:49:18 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:18 +0300 |
commit | 3ed175181ceac225ee14e4519492ad2967a7bd73 (patch) | |
tree | a1a8375fb33669212c8d4f3eb2e50f4f719b6533 /library/cpp/streams | |
parent | 883d905c560ebed4b7f38d021b424d75c4521a6f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/streams')
-rw-r--r-- | library/cpp/streams/zc_memory_input/zc_memory_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/streams/zc_memory_input/zc_memory_input.h b/library/cpp/streams/zc_memory_input/zc_memory_input.h index c939d8e4263..a3b71e83743 100644 --- a/library/cpp/streams/zc_memory_input/zc_memory_input.h +++ b/library/cpp/streams/zc_memory_input/zc_memory_input.h @@ -9,7 +9,7 @@ class TZCMemoryInput: public TMemoryInput { public: TZCMemoryInput() { } - + TZCMemoryInput(const char* dataPtr, size_t size) : TMemoryInput(dataPtr, size) { |