summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 6460533e2..afd311bf2 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -60,7 +60,7 @@ void Theory::computeCareGraph() {
// We don't care about the terms of different types
continue;
}
- switch (getEqualityStatus(a, b)) {
+ switch (d_valuation.getEqualityStatus(a, b)) {
case EQUALITY_TRUE_AND_PROPAGATED:
case EQUALITY_FALSE_AND_PROPAGATED:
// If we know about it, we should have propagated it, so we can skip
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback