summaryrefslogtreecommitdiff
path: root/src/theory/booleans/theory_bool_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/theory_bool_rewriter.cpp')
-rw-r--r--src/theory/booleans/theory_bool_rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/booleans/theory_bool_rewriter.cpp b/src/theory/booleans/theory_bool_rewriter.cpp
index f1e002735..70a5674b8 100644
--- a/src/theory/booleans/theory_bool_rewriter.cpp
+++ b/src/theory/booleans/theory_bool_rewriter.cpp
@@ -88,7 +88,7 @@ RewriteResponse flattenNode(TNode n, TNode trivialNode, TNode skipNode)
Assert(childList.size()
< static_cast<size_t>(expr::NodeValue::MAX_CHILDREN)
* static_cast<size_t>(expr::NodeValue::MAX_CHILDREN));
- NodeBuilder<> nb(k);
+ NodeBuilder nb(k);
ChildList::iterator cur = childList.begin(), next, en = childList.end();
while (cur != en)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback