summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_database.cpp')
-rw-r--r--src/theory/quantifiers/term_database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/term_database.cpp b/src/theory/quantifiers/term_database.cpp
index 5db58067f..19cdc68e5 100644
--- a/src/theory/quantifiers/term_database.cpp
+++ b/src/theory/quantifiers/term_database.cpp
@@ -186,7 +186,7 @@ Node TermDb::getOrMakeTypeFreshVariable(TypeNode tn)
<< std::endl;
if (options::instMaxLevel() != -1)
{
- QuantifiersEngine::setInstantiationLevelAttr(k, 0);
+ QuantAttributes::setInstantiationLevelAttr(k, 0);
}
d_type_fv[tn] = k;
return k;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback