summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/local_theory_ext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/local_theory_ext.cpp')
-rw-r--r--src/theory/quantifiers/local_theory_ext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/local_theory_ext.cpp b/src/theory/quantifiers/local_theory_ext.cpp
index 375754b26..c76d97255 100644
--- a/src/theory/quantifiers/local_theory_ext.cpp
+++ b/src/theory/quantifiers/local_theory_ext.cpp
@@ -32,7 +32,8 @@ QuantifiersModule( qe ), d_wasInvoked( false ), d_needsCheck( false ){
}
/** add quantifier */
-void LtePartialInst::preRegisterQuantifier( Node q ) {
+void LtePartialInst::checkOwnership(Node q)
+{
if( !q.getAttribute(LtePartialInstAttribute()) ){
if( d_do_inst.find( q )!=d_do_inst.end() ){
if( d_do_inst[q] ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback