| Index: third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h
|
| index 1bb4f0ea41298ab6d5a2caf4e62155842c7e7421..4c0fcd3f4151174456ef487a04c43bc53043559f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h
|
| @@ -55,7 +55,7 @@ class MessageGenerator;
|
|
|
| class FileGenerator {
|
| public:
|
| - explicit FileGenerator(const FileDescriptor* file);
|
| + FileGenerator(const FileDescriptor* file, const Options& options);
|
| ~FileGenerator();
|
|
|
| void GenerateSource(io::Printer* printer);
|
| @@ -84,6 +84,8 @@ class FileGenerator {
|
| vector<ExtensionGenerator*> extension_generators_;
|
| bool is_public_dep_;
|
|
|
| + const Options options_;
|
| +
|
| const vector<FileGenerator*>& DependencyGenerators();
|
|
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
|
|
|