| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
|
| index f52e886aeb79e63caa04d1f2192cf62d042ecf3a..a90e84d7b1d9974d3e0cbf730ddb41a0b1886d26 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
|
| @@ -57,7 +57,7 @@ class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
|
| // implements CodeGenerator ----------------------------------------
|
| bool Generate(const FileDescriptor* file,
|
| const string& parameter,
|
| - OutputDirectory* output_directory,
|
| + GeneratorContext* generator_context,
|
| string* error) const;
|
|
|
| private:
|
|
|