| Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
|
| index 3a11b75d1bcc77b88dec2e8a3b1f3238062cc5f1..1befdc15112a52ae0a8140c0a1d814b2211b8391 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
|
| @@ -48,8 +48,8 @@ namespace compiler {
|
| namespace csharp {
|
|
|
| RepeatedEnumFieldGenerator::RepeatedEnumFieldGenerator(
|
| - const FieldDescriptor* descriptor, int fieldOrdinal)
|
| - : FieldGeneratorBase(descriptor, fieldOrdinal) {
|
| + const FieldDescriptor* descriptor, int fieldOrdinal, const Options *options)
|
| + : FieldGeneratorBase(descriptor, fieldOrdinal, options) {
|
| }
|
|
|
| RepeatedEnumFieldGenerator::~RepeatedEnumFieldGenerator() {
|
|
|