3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 14:30:07 +00:00

Post merge compile fixes

This commit is contained in:
Arie Gurfinkel 2018-05-15 15:29:29 -07:00
parent 649bab2f58
commit 3bc3b00fdd
12 changed files with 66 additions and 129 deletions

View file

@ -362,5 +362,5 @@ void dl_interface::add_callback(void *state,
}
void dl_interface::add_constraint (expr *c, unsigned lvl){
m_context->add_constraint(c,lvl);
m_context->add_constraint(c, lvl);
}