mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
fix missing initialization
This commit is contained in:
parent
9874db7458
commit
0dead22dca
|
@ -142,7 +142,8 @@ namespace datalog {
|
|||
m(ctx.get_manager()),
|
||||
m_ctx(ctx),
|
||||
a(m),
|
||||
m_refs(m) {
|
||||
m_refs(m),
|
||||
m_mc(NULL){
|
||||
}
|
||||
|
||||
mk_quantifier_abstraction::~mk_quantifier_abstraction() {
|
||||
|
|
Loading…
Reference in a new issue