summaryrefslogtreecommitdiff
path: root/src/prop/cnf_stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cnf_stream.cpp')
-rw-r--r--src/prop/cnf_stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index 1caea7bb7..10c84f582 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -76,7 +76,7 @@ bool CnfStream::assertClause(TNode node, SatClause& c)
else
{
Assert(c.size() > 1);
- NodeBuilder<> b(kind::OR);
+ NodeBuilder b(kind::OR);
for (unsigned i = 0; i < c.size(); ++i)
{
b << getNode(c[i]);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback