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/output.cpp | |
parent | f70d9720e13aef3a935e3f405b0eac554529e76e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/output.cpp')
-rw-r--r-- | util/stream/output.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/output.cpp b/util/stream/output.cpp index 195e4cfdb2f..db81b81b701 100644 --- a/util/stream/output.cpp +++ b/util/stream/output.cpp @@ -136,8 +136,8 @@ void Out<const wchar16*>(IOutputStream& o, const wchar16* w) { } else { o.Write("(null)"); } -} - +} + template <> void Out<const wchar32*>(IOutputStream& o, const wchar32* w) { if (w) { |