Add initialized as a reserved keyword as that's the actual property name

pull/3287/head
Sergio Campama 8 years ago
parent 176bac6dac
commit e55782fa95
  1. 2
      src/google/protobuf/compiler/objectivec/objectivec_helpers.cc

@ -196,7 +196,7 @@ const char* const kReservedWordList[] = {
// method declared in protos. The main cases are methods // method declared in protos. The main cases are methods
// that take no arguments, or setFoo:/hasFoo: type methods. // that take no arguments, or setFoo:/hasFoo: type methods.
"clear", "data", "delimitedData", "descriptor", "extensionRegistry", "clear", "data", "delimitedData", "descriptor", "extensionRegistry",
"extensionsCurrentlySet", "isInitialized", "serializedSize", "extensionsCurrentlySet", "initialized", "isInitialized", "serializedSize",
"sortedExtensionsInUse", "unknownFields", "sortedExtensionsInUse", "unknownFields",
// MacTypes.h names // MacTypes.h names

Loading…
Cancel
Save