summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/alpha_equivalence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/alpha_equivalence.h')
-rw-r--r--src/theory/quantifiers/alpha_equivalence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/alpha_equivalence.h b/src/theory/quantifiers/alpha_equivalence.h
index 99517fd2a..18a700842 100644
--- a/src/theory/quantifiers/alpha_equivalence.h
+++ b/src/theory/quantifiers/alpha_equivalence.h
@@ -48,7 +48,7 @@ public:
AlphaEquivalence( QuantifiersEngine* qe ) : d_qe( qe ){}
~AlphaEquivalence(){}
- bool registerQuantifier( Node q );
+ bool reduceQuantifier( Node q );
};
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback