fix bug 650
authorKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 8 Jul 2015 13:49:48 +0000 (09:49 -0400)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 8 Jul 2015 13:50:36 +0000 (09:50 -0400)
src/theory/sets/theory_sets_type_enumerator.h

index 551c0b0ee260fbb3fa597d910fe3cc2e5fdc7f7a..fa8f108c308fe8d6d54336af71c3dae6b8bdd35a 100644 (file)
@@ -62,6 +62,7 @@ public:
   // by the TypeEnumerator framework.
   SetEnumerator(const SetEnumerator& ae) throw() :
     TypeEnumeratorBase<SetEnumerator>(ae.d_nm->mkSetType(ae.d_constituentType)),
+    d_index(ae.d_index),
     d_constituentType(ae.d_constituentType),
     d_nm(ae.d_nm),
     d_indexVec(ae.d_indexVec),