From ffa2e377f3fc884f2c59ac0b942ad55b4037f76b Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 18 May 2015 12:48:21 -0400 Subject: Post csharp landing fixup. Re-add the objc prefix that got removed by accident. Regenerate the generated descriptors (C++ and ObjC). --- src/google/protobuf/duration.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'src/google/protobuf/duration.proto') diff --git a/src/google/protobuf/duration.proto b/src/google/protobuf/duration.proto index 0ab970d3..e466341a 100644 --- a/src/google/protobuf/duration.proto +++ b/src/google/protobuf/duration.proto @@ -36,6 +36,7 @@ option java_multiple_files = true; option java_outer_classname = "DurationProto"; option java_package = "com.google.protobuf"; option csharp_namespace = "Google.ProtocolBuffers"; +option objc_class_prefix = "GPB"; // A Duration represents a signed, fixed-length span of time represented // as a count of seconds and fractions of seconds at nanosecond -- cgit v1.2.3