summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ho_trigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ho_trigger.h')
-rw-r--r--src/theory/quantifiers/ho_trigger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ho_trigger.h b/src/theory/quantifiers/ho_trigger.h
index 4db3a660f..87f7fe07f 100644
--- a/src/theory/quantifiers/ho_trigger.h
+++ b/src/theory/quantifiers/ho_trigger.h
@@ -167,7 +167,7 @@ class HigherOrderTrigger : public Trigger
* matching ground terms to function applications with variable heads.
* See examples (EX1)-(EX3) above.
*/
- virtual bool sendInstantiation(InstMatch& m);
+ bool sendInstantiation(InstMatch& m) override;
private:
//-------------------- current information about the match
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback