summaryrefslogtreecommitdiff
path: root/test/unit/theory/theory_white.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/theory/theory_white.h')
-rw-r--r--test/unit/theory/theory_white.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/theory/theory_white.h b/test/unit/theory/theory_white.h
index 08447b86d..c804ca307 100644
--- a/test/unit/theory/theory_white.h
+++ b/test/unit/theory/theory_white.h
@@ -70,7 +70,7 @@ public:
// ignore
}
- LemmaStatus lemma(TNode n, bool removable = false, bool preprocess = false)
+ LemmaStatus lemma(TNode n, bool removable = false, bool preprocess = false, bool sendAtoms = false)
throw(AssertionException) {
push(LEMMA, n);
return LemmaStatus(Node::null(), 0);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback