summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_database.h')
-rw-r--r--src/theory/quantifiers/term_database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index 01465c7ca..72126302f 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -79,7 +79,7 @@ class TermDb : public QuantifiersUtil {
/** Finish init, which sets the inference manager */
void finishInit(QuantifiersInferenceManager* qim);
/** presolve (called once per user check-sat) */
- void presolve();
+ void presolve() override;
/** reset (calculate which terms are active) */
bool reset(Theory::Effort effort) override;
/** register quantified formula */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback