summaryrefslogtreecommitdiff
path: root/src/parser/smt2/sygus_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/sygus_input.h')
-rw-r--r--src/parser/smt2/sygus_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/smt2/sygus_input.h b/src/parser/smt2/sygus_input.h
index 0dca60a82..58d78fb76 100644
--- a/src/parser/smt2/sygus_input.h
+++ b/src/parser/smt2/sygus_input.h
@@ -82,7 +82,7 @@ class SygusInput : public AntlrInput {
*
* @throws ParserException if an error is encountered during parsing.
*/
- Expr parseExpr();
+ Expr parseExpr() override;
};/* class SygusInput */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback