mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
typo
This commit is contained in:
parent
eae567ac3d
commit
3d528c8ef6
|
@ -390,7 +390,7 @@ public:
|
|||
i_cb.cb = cb;
|
||||
m_diseq_eh(ctx, &i_cb, m_internal2var[u], m_internal2var[v]);
|
||||
};
|
||||
m_ctx->user_propagate_register_diseq(i_eq_eh);
|
||||
m_ctx->user_propagate_register_diseq(i_diseq_eh);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue