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