summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_to_bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_to_bool.h')
-rw-r--r--src/theory/bv/bv_to_bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_to_bool.h b/src/theory/bv/bv_to_bool.h
index 9b1534b41..39c6b4251 100644
--- a/src/theory/bv/bv_to_bool.h
+++ b/src/theory/bv/bv_to_bool.h
@@ -65,7 +65,7 @@ public:
BvToBoolPreprocessor()
{}
~BvToBoolPreprocessor() {}
- void liftBoolToBV(const std::vector<TNode>& assertions, std::vector<Node>& new_assertions);
+ void liftBoolToBV(const std::vector<Node>& assertions, std::vector<Node>& new_assertions);
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback