Fix minor typo
This commit is contained in:
parent
1d2fbf7b52
commit
16fd8e9ec3
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ namespace EC
|
|||
{
|
||||
// lhs is marked for deletion
|
||||
|
||||
// store deleted and changed id to map
|
||||
// store deleted and changed id to queue
|
||||
changedQueue.push(std::make_tuple(false, lhs, 0));
|
||||
changedQueue.push(std::make_tuple(true, rhs, lhs));
|
||||
|
||||
|
|
Loading…
Reference in a new issue