summaryrefslogtreecommitdiff
path: root/src/smt_util/lemma_output_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt_util/lemma_output_channel.h')
-rw-r--r--src/smt_util/lemma_output_channel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/smt_util/lemma_output_channel.h b/src/smt_util/lemma_output_channel.h
index 0e49e99cb..c03aa0d18 100644
--- a/src/smt_util/lemma_output_channel.h
+++ b/src/smt_util/lemma_output_channel.h
@@ -32,13 +32,13 @@ namespace CVC4 {
*/
class CVC4_PUBLIC LemmaOutputChannel {
public:
- virtual ~LemmaOutputChannel() throw() { }
+ virtual ~LemmaOutputChannel() {}
- /**
- * Notifies this output channel that there's a new lemma.
- * The lemma may or may not be in CNF.
- */
- virtual void notifyNewLemma(Expr lemma) = 0;
+ /**
+ * Notifies this output channel that there's a new lemma.
+ * The lemma may or may not be in CNF.
+ */
+ virtual void notifyNewLemma(Expr lemma) = 0;
};/* class LemmaOutputChannel */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback