Use more conventional field order in Mutation
This commit is contained in:
@@ -1235,7 +1235,7 @@ struct __attribute__((__visibility__("hidden"))) VersionedMap::Impl {
|
||||
}
|
||||
|
||||
verUpdateRef.mutations.push_back(
|
||||
Mutation{param1.p, param2.p, param1.len, param2.len, m.type});
|
||||
Mutation{param1.p, param1.len, param2.p, param2.len, m.type});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user