mirror of
https://github.com/Z3Prover/z3
synced 2026-06-22 16:40:29 +00:00
Some signatures changed after merging in master
This commit is contained in:
parent
043c6c0ad1
commit
9de196b3cb
3 changed files with 4 additions and 4 deletions
|
|
@ -577,7 +577,7 @@ namespace smt {
|
|||
m_axioms.str_to_code_axiom(n);
|
||||
}
|
||||
|
||||
void theory_nseq::relevant_eh(app* n) {
|
||||
void theory_nseq::relevant_eh(expr * n) {
|
||||
if (m_seq.str.is_length(n) ||
|
||||
m_seq.str.is_index(n) ||
|
||||
m_seq.str.is_last_index(n) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue