summaryrefslogtreecommitdiff
path: root/src/util/lemma_input_channel.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-12-06 01:38:17 +0000
committerMorgan Deters <mdeters@gmail.com>2012-12-06 01:38:17 +0000
commit8c8985f024cec925f774ff32ebccc306be8e4b26 (patch)
tree995253cc03ff5c711b4d1778792692c81961b146 /src/util/lemma_input_channel.h
parentbd0a6c39c56c6ad2bf12e7b9fd41db1772fed9cd (diff)
* some build fixes; thanks; thanks to Kunal Ganeshpure for noting these issues
* build bugfix for win32 * also fix a bug re: tuples and records in the datatypes rewriter These fixes are for both trunk and 1.0.x branches.
Diffstat (limited to 'src/util/lemma_input_channel.h')
-rw-r--r--src/util/lemma_input_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/lemma_input_channel.h b/src/util/lemma_input_channel.h
index 785ddada3..44ab05a41 100644
--- a/src/util/lemma_input_channel.h
+++ b/src/util/lemma_input_channel.h
@@ -26,6 +26,8 @@ namespace CVC4 {
class CVC4_PUBLIC LemmaInputChannel {
public:
+ virtual ~LemmaInputChannel() throw() { }
+
virtual bool hasNewLemma() = 0;
virtual Expr getNewLemma() = 0;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback