summaryrefslogtreecommitdiff
path: root/src/theory/strings/strings_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/strings_rewriter.h')
-rw-r--r--src/theory/strings/strings_rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/strings_rewriter.h b/src/theory/strings/strings_rewriter.h
index bfe780535..70a1cccf0 100644
--- a/src/theory/strings/strings_rewriter.h
+++ b/src/theory/strings/strings_rewriter.h
@@ -32,7 +32,7 @@ namespace strings {
class StringsRewriter : public SequencesRewriter
{
public:
- StringsRewriter(IntegralHistogramStat<Rewrite>* statistics);
+ StringsRewriter(HistogramStat<Rewrite>* statistics);
RewriteResponse postRewrite(TNode node) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback