Index: third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h |
index d83543bd21325675601220b37b2b6fb431c0197d..4109f3caa017ad81ce5d7ef3420fa60263013526 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h |
@@ -44,7 +44,9 @@ namespace csharp { |
class FieldGeneratorBase : public SourceGeneratorBase { |
public: |
- FieldGeneratorBase(const FieldDescriptor* descriptor, int fieldOrdinal); |
+ FieldGeneratorBase(const FieldDescriptor* descriptor, |
+ int fieldOrdinal, |
+ const Options* options); |
~FieldGeneratorBase(); |
virtual void GenerateCloningCode(io::Printer* printer) = 0; |