| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h
|
| index ab1d2ed38a8cae99ac01a7ddd8ae1285da27f36e..ee44fb0abce35a1a00b45e246f04739957684ef2 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h
|
| @@ -46,12 +46,14 @@ struct Options {
|
| Options()
|
| : safe_boundary_check(false),
|
| proto_h(false),
|
| + allow_import_public(true),
|
| annotate_headers(false),
|
| enforce_lite(false) {}
|
|
|
| string dllexport_decl;
|
| bool safe_boundary_check;
|
| bool proto_h;
|
| + bool allow_import_public;
|
| bool annotate_headers;
|
| bool enforce_lite;
|
| string annotation_pragma_name;
|
|
|