diff options
| author | alexcrush <[email protected]> | 2022-02-10 16:50:33 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:33 +0300 | 
| commit | 34f0683c2d7731f2f9f59966c12e602f405fa0d6 (patch) | |
| tree | 9af7dd74efcfa3d8aa7b40bd757ad8f2d89f6902 /library/cpp/protobuf/json/string_transform.h | |
| parent | a1d67d6a31f789aa011250c3edce5751c0cadad2 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/string_transform.h')
| -rw-r--r-- | library/cpp/protobuf/json/string_transform.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/cpp/protobuf/json/string_transform.h b/library/cpp/protobuf/json/string_transform.h index e4b296bc011..1f1859514b1 100644 --- a/library/cpp/protobuf/json/string_transform.h +++ b/library/cpp/protobuf/json/string_transform.h @@ -27,7 +27,7 @@ namespace NProtobufJson {              return Transform(str);          }      }; - +       using TStringTransformPtr = TIntrusivePtr<IStringTransform>;      template <bool quote, bool tounicode> | 
