summaryrefslogtreecommitdiff
path: root/src/preprocessing/preprocessing_pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/preprocessing_pass.cpp')
-rw-r--r--src/preprocessing/preprocessing_pass.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/preprocessing/preprocessing_pass.cpp b/src/preprocessing/preprocessing_pass.cpp
index 97b05802d..6a7078696 100644
--- a/src/preprocessing/preprocessing_pass.cpp
+++ b/src/preprocessing/preprocessing_pass.cpp
@@ -25,7 +25,9 @@ namespace CVC4 {
namespace preprocessing {
AssertionPipeline::AssertionPipeline(context::Context* context)
- : d_substitutionsIndex(context, 0), d_topLevelSubstitutions(context)
+ : d_substitutionsIndex(context, 0),
+ d_topLevelSubstitutions(context),
+ d_realAssertionsEnd(0)
{
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback