summaryrefslogtreecommitdiff
path: root/src/parser/smt1/smt1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt1/smt1.h')
-rw-r--r--src/parser/smt1/smt1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/smt1/smt1.h b/src/parser/smt1/smt1.h
index 49a4b8000..1c15df5d3 100644
--- a/src/parser/smt1/smt1.h
+++ b/src/parser/smt1/smt1.h
@@ -103,7 +103,7 @@ public:
*/
void addTheory(Theory theory);
- bool logicIsSet();
+ bool logicIsSet() override;
/**
* Sets the logic for the current benchmark. Declares any logic and theory symbols.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback