summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets_private.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets_private.cpp')
-rw-r--r--src/theory/sets/theory_sets_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 8d005c6fe..87a3ae9af 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -1210,7 +1210,7 @@ Node mkAnd(const std::vector<TNode>& conjunctions)
return conjunctions[0];
}
- NodeBuilder<> conjunction(kind::AND);
+ NodeBuilder conjunction(kind::AND);
std::set<TNode>::const_iterator it = all.begin();
std::set<TNode>::const_iterator it_end = all.end();
while (it != it_end)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback