fix(library/relation_manager): typo

This commit is contained in:
Leonardo de Moura 2015-05-21 14:12:28 -07:00
parent e3250f0ffd
commit a7ead5fc14

View file

@ -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));