Commit cd0efc00 authored by Mario J. Rugiero's avatar Mario J. Rugiero
parent 48339606
...@@ -167,7 +167,8 @@ class InternalMetadataWithArenaLite ...@@ -167,7 +167,8 @@ class InternalMetadataWithArenaLite
InternalMetadataWithArenaLite() {} InternalMetadataWithArenaLite() {}
explicit InternalMetadataWithArenaLite(Arena* arena) explicit InternalMetadataWithArenaLite(Arena* arena)
: InternalMetadataWithArenaBase(arena) {} : InternalMetadataWithArenaBase<string,
InternalMetadataWithArenaLite>(arena) {}
void DoSwap(string* other) { void DoSwap(string* other) {
mutable_unknown_fields()->swap(*other); mutable_unknown_fields()->swap(*other);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment