summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.h')
-rw-r--r--src/theory/quantifiers/instantiation_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.h b/src/theory/quantifiers/instantiation_engine.h
index 140ea9250..18b5ea19c 100644
--- a/src/theory/quantifiers/instantiation_engine.h
+++ b/src/theory/quantifiers/instantiation_engine.h
@@ -79,7 +79,7 @@ class InstantiationEngine : public QuantifiersModule {
void presolve();
bool needsCheck(Theory::Effort e);
void reset_round(Theory::Effort e);
- void check(Theory::Effort e, unsigned quant_e);
+ void check(Theory::Effort e, QEffort quant_e);
bool checkCompleteFor(Node q);
void preRegisterQuantifier(Node q);
void registerQuantifier(Node q);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback