summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/extended_rewrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/extended_rewrite.cpp')
-rw-r--r--src/theory/quantifiers/extended_rewrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/extended_rewrite.cpp b/src/theory/quantifiers/extended_rewrite.cpp
index 7920ecbeb..b0a474c56 100644
--- a/src/theory/quantifiers/extended_rewrite.cpp
+++ b/src/theory/quantifiers/extended_rewrite.cpp
@@ -1692,7 +1692,7 @@ Node ExtendedRewriter::extendedRewriteStrings(Node ret)
if (ret.getKind() == EQUAL)
{
- new_ret = strings::SequencesRewriter::rewriteEqualityExt(ret);
+ new_ret = strings::SequencesRewriter(nullptr).rewriteEqualityExt(ret);
}
return new_ret;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback