summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index f9bbcb5a5..c1df399a1 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -99,8 +99,8 @@ class NodeTemplate {
friend class NodeTemplate<false>;
friend class NodeManager;
- template <unsigned>
- friend class NodeBuilder;
+ template <class Builder>
+ friend class NodeBuilderBase;
friend class ::CVC4::expr::attr::AttributeManager;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback