| Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h
|
| index 2cf2fad403b743ddc3c420fad79e436782b934a8..8925cdf2bedfa724d77416a9017954d76e939a7d 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h
|
| @@ -43,7 +43,7 @@ namespace csharp {
|
|
|
| class EnumGenerator : public SourceGeneratorBase {
|
| public:
|
| - EnumGenerator(const EnumDescriptor* descriptor);
|
| + EnumGenerator(const EnumDescriptor* descriptor, const Options* options);
|
| ~EnumGenerator();
|
|
|
| void Generate(io::Printer* printer);
|
|
|