summaryrefslogtreecommitdiff
path: root/src/theory/output_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/output_channel.h')
-rw-r--r--src/theory/output_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/output_channel.h b/src/theory/output_channel.h
index 44aed8b17..d82e628c1 100644
--- a/src/theory/output_channel.h
+++ b/src/theory/output_channel.h
@@ -92,7 +92,7 @@ public:
* @param safe - whether it is safe to be interrupted
*/
virtual void lemma(TNode n, bool safe = false)
- throw(Interrupted, AssertionException) = 0;
+ throw(Interrupted, TypeCheckingExceptionPrivate, AssertionException) = 0;
/**
* Request a split on a new theory atom. This is equivalent to
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback