summaryrefslogtreecommitdiff
path: root/src/theory/arrays/theory_arrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/theory_arrays.cpp')
-rw-r--r--src/theory/arrays/theory_arrays.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp
index 2335fb491..15ccd400d 100644
--- a/src/theory/arrays/theory_arrays.cpp
+++ b/src/theory/arrays/theory_arrays.cpp
@@ -1184,7 +1184,7 @@ void TheoryArrays::presolve()
{
d_dstratInit = true;
// add the decision strategy, which is user-context-independent
- getDecisionManager()->registerStrategy(
+ d_im.getDecisionManager()->registerStrategy(
DecisionManager::STRAT_ARRAYS,
d_dstrat.get(),
DecisionManager::STRAT_SCOPE_CTX_INDEPENDENT);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback