summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_tables_template.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-10-13 19:10:19 -0500
committerGitHub <noreply@github.com>2020-10-13 19:10:19 -0500
commit0fdf29ba194b8f6763ae41bea05b3208345d89b9 (patch)
tree97e2a41d50f625a68637dfc9e038eec7a0949de6 /src/theory/rewriter_tables_template.h
parentc3a075c82c6ba038bfb58a8ef7dfb3bb2fc244c0 (diff)
(proof-new) Miscellaneous minor improvements and fixes to proofs in theory files. (#5241)
Diffstat (limited to 'src/theory/rewriter_tables_template.h')
-rw-r--r--src/theory/rewriter_tables_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter_tables_template.h b/src/theory/rewriter_tables_template.h
index 48ae21347..4e350dca9 100644
--- a/src/theory/rewriter_tables_template.h
+++ b/src/theory/rewriter_tables_template.h
@@ -61,7 +61,7 @@ ${post_rewrite_set_cache}
}
}
-Rewriter::Rewriter()
+Rewriter::Rewriter() : d_tpg(nullptr)
{
for (size_t i = 0; i < kind::LAST_KIND; ++i)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback