diff options
author | agorodilov <[email protected]> | 2022-02-10 16:47:09 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:09 +0300 |
commit | bd5ef432f5cfb1e18851381329d94665a4c22470 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/stream/debug.h | |
parent | 7a4979e6211c3e78c7f9041d4a9e5d3405343c36 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/debug.h')
-rw-r--r-- | util/stream/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/debug.h b/util/stream/debug.h index 0407cd6a733..92d6d4b42da 100644 --- a/util/stream/debug.h +++ b/util/stream/debug.h @@ -13,13 +13,13 @@ class TDebugOutput: public IOutputStream { public: inline TDebugOutput() noexcept = default; - ~TDebugOutput() override = default; + ~TDebugOutput() override = default; TDebugOutput(TDebugOutput&&) noexcept = default; TDebugOutput& operator=(TDebugOutput&&) noexcept = default; private: - void DoWrite(const void* buf, size_t len) override; + void DoWrite(const void* buf, size_t len) override; }; /** |