summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2013-04-16 11:17:36 -0400
committerlianah <lianahady@gmail.com>2013-04-30 15:54:24 -0400
commitcf99724618884765ce692cec8916d80607de4026 (patch)
treed80b5851d897942a53aec6011b95a4c443c0861e /src/theory/theory_engine.cpp
parent95a876e4931b94ab97ff40988ce23e34a046387d (diff)
fixed compile error
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 8c430d6d4..22a0b00ed 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1277,7 +1277,7 @@ void TheoryEngine::conflict(TNode conflict, TheoryId theoryId) {
}
}
-void TheoryEngine::ppBvToBool(const std::vector<TNode>& assertions, std::vector<Node> new_assertions) {
+void TheoryEngine::ppBvToBool(const std::vector<Node>& assertions, std::vector<Node> new_assertions) {
d_bvToBoolPreprocessor.liftBoolToBV(assertions, new_assertions);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback