summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-06-11 12:33:17 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-06-11 14:35:58 -0400
commit455123f08cb9001bfa05f94030db8e1d776381c7 (patch)
tree138df907161d8b4bb4cb41fd92e66f31b73a374b /src
parentdcd621fb9e54cc60d9fab354312fe04e4aab5d93 (diff)
user/sat context issue in sets
Diffstat (limited to 'src')
-rw-r--r--src/theory/sets/theory_sets_private.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 9b628ede2..3ca446ec5 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -831,8 +831,8 @@ TheorySetsPrivate::TheorySetsPrivate(TheorySets& external,
d_propagationQueue(c),
d_settermPropagationQueue(c),
d_nodeSaver(c),
- d_pending(u),
- d_pendingDisequal(u),
+ d_pending(c),
+ d_pendingDisequal(c),
d_pendingEverInserted(u),
d_scrutinize(NULL)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback