summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-05-15 14:22:34 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-05-15 14:22:34 +0000
commit174f9a65685b0268b20d42fc0ebbcd46ae98c905 (patch)
treeb5633c7ab43c7792d60e096b407eea52f4a6fdb6 /src/theory/bv/theory_bv.cpp
parent77ff33bc6be64f338f035bd9d077737f83280944 (diff)
fixing warnings, grr
Diffstat (limited to 'src/theory/bv/theory_bv.cpp')
-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