summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/bv/theory_bv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index 5ca1594ee..07eb69c26 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -39,8 +39,8 @@ TheoryBV::TheoryBV(context::Context* c, context::UserContext* u, OutputChannel&
: Theory(THEORY_BV, c, u, out, valuation, logicInfo),
d_context(c),
d_assertions(c),
- d_bitblastQueue(c),
d_bitblaster(new Bitblaster(c, this) ),
+ d_bitblastQueue(c),
d_alreadyPropagatedSet(c),
d_sharedTermsSet(c),
d_statistics(),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback