diff options
author | ivanmorozov <[email protected]> | 2022-02-10 16:47:34 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:34 +0300 |
commit | 464ba3814a83db4f2d5327393b0b6eaf0c86bfd7 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/json/json_writer.h | |
parent | cba5d9a444e2cfe105f55ccda66cd21d50440017 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/json_writer.h')
-rw-r--r-- | library/cpp/json/json_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/json_writer.h b/library/cpp/json/json_writer.h index 71b5e4d1d09..c7f5c9499a4 100644 --- a/library/cpp/json/json_writer.h +++ b/library/cpp/json/json_writer.h @@ -85,7 +85,7 @@ namespace NJson { void Write(double value); void Write(bool value); void Write(const TJsonValue* value); - void Write(const TJsonValue& value); + void Write(const TJsonValue& value); // must use all variations of integer types since long // and long long are different types but with same size |