Index: third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h |
index 06b536ff8387deb56675d3ed80627c394a79dc35..8565e76ff6e4a268e8ab19c1b4b4b81295941a39 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h |
@@ -54,7 +54,9 @@ class EnumGenerator; |
class MessageGenerator { |
public: |
- MessageGenerator(const string& root_classname, const Descriptor* descriptor); |
+ MessageGenerator(const string& root_classname, |
+ const Descriptor* descriptor, |
+ const Options& options); |
~MessageGenerator(); |
void GenerateStaticVariablesInitialization(io::Printer* printer); |