summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 662a4925a..2107bcb66 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -149,7 +149,7 @@ class TheoryEngine {
}
void lemma(TNode node, bool removable = false)
- throw(theory::Interrupted, AssertionException) {
+ throw(theory::Interrupted, TypeCheckingExceptionPrivate, AssertionException) {
Trace("theory") << "EngineOutputChannel::lemma("
<< node << ")" << std::endl;
++(d_engine->d_statistics.d_statLemma);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback