| Index: third_party/protobuf/src/google/protobuf/repeated_field.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/repeated_field.h b/third_party/protobuf/src/google/protobuf/repeated_field.h
|
| index aed4ce9f25a4fcb458797bd704cd14d9d0bd3751..6a838d31576306156047c5d5054cc976ff20f137 100644
|
| --- a/third_party/protobuf/src/google/protobuf/repeated_field.h
|
| +++ b/third_party/protobuf/src/google/protobuf/repeated_field.h
|
| @@ -69,7 +69,7 @@ LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
|
| // not ever use a RepeatedField directly; they will use the get-by-index,
|
| // set-by-index, and add accessors that are generated for all repeated fields.
|
| template <typename Element>
|
| -class RepeatedField {
|
| +class LIBPROTOBUF_EXPORT RepeatedField {
|
| public:
|
| RepeatedField();
|
| RepeatedField(const RepeatedField& other);
|
|
|