aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/duration.proto
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-05-18 12:48:21 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-05-18 12:57:33 -0400
commitffa2e377f3fc884f2c59ac0b942ad55b4037f76b (patch)
tree562ffef8eb638988b3a75060359ab5d1729a3a10 /src/google/protobuf/duration.proto
parent17ca0fee20029c571e1002938ef9bc2b5cf53266 (diff)
Post csharp landing fixup.
Re-add the objc prefix that got removed by accident. Regenerate the generated descriptors (C++ and ObjC).
Diffstat (limited to 'src/google/protobuf/duration.proto')
-rw-r--r--src/google/protobuf/duration.proto1
1 files changed, 1 insertions, 0 deletions
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