summaryrefslogtreecommitdiff
path: root/src/theory/instantiator_default.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/instantiator_default.h')
-rw-r--r--src/theory/instantiator_default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/instantiator_default.h b/src/theory/instantiator_default.h
index 8e0e47231..967a0c1ca 100644
--- a/src/theory/instantiator_default.h
+++ b/src/theory/instantiator_default.h
@@ -32,7 +32,7 @@ protected:
/** reset instantiation round */
void processResetInstantiationRound(Theory::Effort effort);
/** process quantifier */
- int process(Node f, Theory::Effort effort, int e, int limitInst = 0);
+ int process( Node f, Theory::Effort effort, int e );
public:
InstantiatorDefault(context::Context* c, QuantifiersEngine* ie, Theory* th);
~InstantiatorDefault() { }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback