aboutsummaryrefslogtreecommitdiff
path: root/objectivec/google/protobuf/Timestamp.pbobjc.m
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-09-09 11:02:09 -0400
committerGitHub <noreply@github.com>2016-09-09 11:02:09 -0400
commit7377eb2b03b5027c5b4925cd682a9cab5fb7c239 (patch)
treee3c7e5179ae46ceeb54b95b7262a417557388c73 /objectivec/google/protobuf/Timestamp.pbobjc.m
parent5d35e60900bf74e095dd98904d07f144dbd8d521 (diff)
parent337ec3065f98d6f048f92b3a864f65383a2549d8 (diff)
downloadprotobuf-7377eb2b03b5027c5b4925cd682a9cab5fb7c239.tar.gz
protobuf-7377eb2b03b5027c5b4925cd682a9cab5fb7c239.tar.bz2
protobuf-7377eb2b03b5027c5b4925cd682a9cab5fb7c239.zip
Merge pull request #1970 from thomasvl/objc_any_helpers
Objc any helpers
Diffstat (limited to 'objectivec/google/protobuf/Timestamp.pbobjc.m')
-rw-r--r--objectivec/google/protobuf/Timestamp.pbobjc.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/objectivec/google/protobuf/Timestamp.pbobjc.m b/objectivec/google/protobuf/Timestamp.pbobjc.m
index 14829bee..1506dff3 100644
--- a/objectivec/google/protobuf/Timestamp.pbobjc.m
+++ b/objectivec/google/protobuf/Timestamp.pbobjc.m
@@ -41,6 +41,7 @@ static GPBFileDescriptor *GPBTimestampRoot_FileDescriptor(void) {
if (!descriptor) {
GPBDebugCheckRuntimeVersion();
descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
+ objcPrefix:@"GPB"
syntax:GPBFileSyntaxProto3];
}
return descriptor;