summaryrefslogtreecommitdiff
path: root/src/parser/smt/smt_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt/smt_input.h')
-rw-r--r--src/parser/smt/smt_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/smt/smt_input.h b/src/parser/smt/smt_input.h
index 0ab382c73..2fb037f06 100644
--- a/src/parser/smt/smt_input.h
+++ b/src/parser/smt/smt_input.h
@@ -53,7 +53,7 @@ public:
SmtInput(AntlrInputStream& inputStream);
/** Destructor. Frees the lexer and the parser. */
- ~SmtInput();
+ virtual ~SmtInput();
/** Get the language that this Input is reading. */
InputLanguage getLanguage() const throw() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback