| Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
|
| index f1ceeb507b574799b464b53b87aecf4f6af5e7ed..a59348a95f52da9c6b0cfb1b34ee58d775c1259f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
|
| @@ -43,7 +43,7 @@ namespace csharp {
|
|
|
| class RepeatedPrimitiveFieldGenerator : public FieldGeneratorBase {
|
| public:
|
| - RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, int fieldOrdinal);
|
| + RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor, int fieldOrdinal, const Options *options);
|
| ~RepeatedPrimitiveFieldGenerator();
|
|
|
| virtual void GenerateCloningCode(io::Printer* printer);
|
|
|