diff options
Diffstat (limited to 'library/cpp/protobuf/json/config.h')
-rw-r--r-- | library/cpp/protobuf/json/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/protobuf/json/config.h b/library/cpp/protobuf/json/config.h index 2cfd82b4be..dc84fb4d5d 100644 --- a/library/cpp/protobuf/json/config.h +++ b/library/cpp/protobuf/json/config.h @@ -82,7 +82,7 @@ namespace NProtobufJson { /// Custom field names generator. TNameGenerator NameGenerator = {}; - + /// Custom enum values generator. TEnumValueGenerator EnumValueGenerator = {}; @@ -144,7 +144,7 @@ namespace NProtobufJson { StringifyLongNumbers = stringify; return *this; } - + TSelf& SetNameGenerator(TNameGenerator callback) { NameGenerator = callback; return *this; |