summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/theory_strings.cpp')
-rw-r--r--src/theory/strings/theory_strings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/strings/theory_strings.cpp b/src/theory/strings/theory_strings.cpp
index 102826591..2c7573949 100644
--- a/src/theory/strings/theory_strings.cpp
+++ b/src/theory/strings/theory_strings.cpp
@@ -61,7 +61,8 @@ TheoryStrings::TheoryStrings(context::Context* c,
d_csolver,
d_extTheory,
d_statistics),
- d_rsolver(d_state, d_im, d_csolver, d_esolver, d_statistics, c, u),
+ d_rsolver(d_state, d_im, d_termReg.getSkolemCache(),
+ d_csolver, d_esolver, d_statistics),
d_stringsFmf(c, u, valuation, d_termReg)
{
bool eagerEval = options::stringEagerEval();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback