3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 05:13:39 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 14:15:29 -07:00
parent 6635f92842
commit 7ada20c65d

View file

@ -420,7 +420,7 @@ namespace smt {
scoped_trace_stream _sts(*this, fn); scoped_trace_stream _sts(*this, fn);
ctx.internalize(bound, true); ctx.internalize(bound, true);
} }
ctx.mark_as_relevant(bound); ctx.mark_as_relevant(bound.get());
result = true; result = true;
} }
} }