mirror of
https://github.com/Z3Prover/z3
synced 2025-11-11 00:22:05 +00:00
na
This commit is contained in:
parent
8ca023d541
commit
4856581b68
12 changed files with 36 additions and 37 deletions
|
|
@ -1729,7 +1729,7 @@ namespace smt {
|
|||
return m_user_propagator->add_expr(e);
|
||||
}
|
||||
|
||||
void user_propagate_register_created(user_propagator::register_created_eh_t& r) {
|
||||
void user_propagate_register_created(user_propagator::created_eh_t& r) {
|
||||
if (!m_user_propagator)
|
||||
throw default_exception("user propagator must be initialized");
|
||||
m_user_propagator->register_created(r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue