Allow OneofOptions to be extended in proto3.
This commit is contained in:
parent
eed9951991
commit
c15217f922
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ void InitAllowedProto3Extendee() {
|
|||
allowed_proto3_extendees_ = new std::set<string>;
|
||||
const char* kOptionNames[] = {
|
||||
"FileOptions", "MessageOptions", "FieldOptions", "EnumOptions",
|
||||
"EnumValueOptions", "ServiceOptions", "MethodOptions"};
|
||||
"EnumValueOptions", "ServiceOptions", "MethodOptions", "OneofOptions"};
|
||||
for (int i = 0; i < GOOGLE_ARRAYSIZE(kOptionNames); ++i) {
|
||||
// descriptor.proto has a different package name in opensource. We allow
|
||||
// both so the opensource protocol compiler can also compile internal
|
||||
|
|
Loading…
Add table
Reference in a new issue