fix(library/relation_manager): typo
This commit is contained in:
parent
e3250f0ffd
commit
a7ead5fc14
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ struct rel_state {
|
|||
throw_invalid_relation(rop);
|
||||
}
|
||||
type = binding_body(type);
|
||||
i++;
|
||||
}
|
||||
if (lhs_pos && rhs_pos) {
|
||||
m_rop_table.insert(rop, relation_info(i, *lhs_pos, *rhs_pos));
|
||||
|
|
Loading…
Reference in a new issue