aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/google/protobuf/Api.pbobjc.m
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-09 11:02:09 -0400
committerGravatar GitHub <noreply@github.com>2016-09-09 11:02:09 -0400
commit7377eb2b03b5027c5b4925cd682a9cab5fb7c239 (patch)
treee3c7e5179ae46ceeb54b95b7262a417557388c73 /objectivec/google/protobuf/Api.pbobjc.m
parent5d35e60900bf74e095dd98904d07f144dbd8d521 (diff)
parent337ec3065f98d6f048f92b3a864f65383a2549d8 (diff)
Merge pull request #1970 from thomasvl/objc_any_helpers
Objc any helpers
Diffstat (limited to 'objectivec/google/protobuf/Api.pbobjc.m')
-rw-r--r--objectivec/google/protobuf/Api.pbobjc.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/objectivec/google/protobuf/Api.pbobjc.m b/objectivec/google/protobuf/Api.pbobjc.m
index 814b4d17..70437d49 100644
--- a/objectivec/google/protobuf/Api.pbobjc.m
+++ b/objectivec/google/protobuf/Api.pbobjc.m
@@ -45,6 +45,7 @@ static GPBFileDescriptor *GPBApiRoot_FileDescriptor(void) {
if (!descriptor) {
GPBDebugCheckRuntimeVersion();
descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
+ objcPrefix:@"GPB"
syntax:GPBFileSyntaxProto3];
}
return descriptor;