mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6635f92842
commit
7ada20c65d
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ namespace smt {
|
|||
scoped_trace_stream _sts(*this, fn);
|
||||
ctx.internalize(bound, true);
|
||||
}
|
||||
ctx.mark_as_relevant(bound);
|
||||
ctx.mark_as_relevant(bound.get());
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue