summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_quick_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_quick_check.h')
-rw-r--r--src/theory/bv/bv_quick_check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_quick_check.h b/src/theory/bv/bv_quick_check.h
index 6c32fbb4d..61d6baf83 100644
--- a/src/theory/bv/bv_quick_check.h
+++ b/src/theory/bv/bv_quick_check.h
@@ -39,7 +39,7 @@ class TLazyBitblaster;
class TheoryBV;
class BVQuickCheck {
- context::Context* d_ctx;
+ context::Context d_ctx;
TLazyBitblaster* d_bitblaster;
Node d_conflict;
context::CDO<bool> d_inConflict;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback