Index: third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h |
diff --git a/third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h b/third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h |
index cac551f6f66f6cf685ae8be8133fb95eabc9b67b..a6b6c84d988064c5e8f1d90ab7240a75c1df63df 100644 |
--- a/third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h |
+++ b/third_party/protobuf/objectivec/GPBUtilities_PackagePrivate.h |
@@ -185,7 +185,7 @@ GPB_INLINE void GPBSetHasIvarField(GPBMessage *self, GPBFieldDescriptor *field, |
} |
void GPBMaybeClearOneof(GPBMessage *self, GPBOneofDescriptor *oneof, |
- uint32_t fieldNumberNotToClear); |
+ int32_t oneofHasIndex, uint32_t fieldNumberNotToClear); |
//%PDDM-DEFINE GPB_IVAR_SET_DECL(NAME, TYPE) |
//%void GPBSet##NAME##IvarWithFieldInternal(GPBMessage *self, |