summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ematching/ho_trigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ematching/ho_trigger.h')
-rw-r--r--src/theory/quantifiers/ematching/ho_trigger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ematching/ho_trigger.h b/src/theory/quantifiers/ematching/ho_trigger.h
index 78b2e6c84..32633d233 100644
--- a/src/theory/quantifiers/ematching/ho_trigger.h
+++ b/src/theory/quantifiers/ematching/ho_trigger.h
@@ -92,7 +92,8 @@ class Trigger;
class HigherOrderTrigger : public Trigger
{
public:
- HigherOrderTrigger(QuantifiersState& qs,
+ HigherOrderTrigger(Env& env,
+ QuantifiersState& qs,
QuantifiersInferenceManager& qim,
QuantifiersRegistry& qr,
TermRegistry& tr,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback