summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/sort_inference.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/sort_inference.h b/src/theory/sort_inference.h
index ae4131fa8..c4d898dac 100644
--- a/src/theory/sort_inference.h
+++ b/src/theory/sort_inference.h
@@ -90,8 +90,9 @@ private:
Node mkInjection( TypeNode tn1, TypeNode tn2 );
//reset
void reset();
-public:
- SortInference() : sortCount( 1 ){}
+
+ public:
+ SortInference() : sortCount(1), initialSortCount() {}
~SortInference(){}
void simplify( std::vector< Node >& assertions, bool doSortInference, bool doMonotonicyInference );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback