Skip to content

Commit 3b05efe

Browse files
amabluea-maurice
authored andcommitted
Converted variable from a reference to a plain variable because the value it
was being set to was a temporary. PiperOrigin-RevId: 274678378
1 parent 2c6c539 commit 3b05efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/desktop/core/repo.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void Repo::UpdateChildren(const Path& path, const Variant& data,
374374

375375
// Start with our existing data and merge each child into it.
376376
Variant server_values = GenerateServerValues(server_time_offset_);
377-
const CompoundWrite& resolved =
377+
CompoundWrite resolved =
378378
ResolveDeferredValueMerge(updates, server_values);
379379

380380
WriteId write_id = GetNextWriteId();

0 commit comments

Comments
 (0)