summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-10-16 15:14:08 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-10-16 18:11:12 -0400
commit02f52d2f0c533c911c213f9ae24494618c52d227 (patch)
treedd2f6ec260ba6e9f010bf626d30c780335678f73 /src/expr/node.h
parent9d7378688486cb0dbad207482932dfb4b5d91f95 (diff)
Fix clang warnings
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 9f0eaf3cd..080034e70 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -149,7 +149,7 @@ class NodeValue;
namespace attr {
class AttributeManager;
- class SmtAttributes;
+ struct SmtAttributes;
}/* CVC4::expr::attr namespace */
class ExprSetDepth;
@@ -215,7 +215,7 @@ class NodeTemplate {
friend class NodeBuilder;
friend class ::CVC4::expr::attr::AttributeManager;
- friend class ::CVC4::expr::attr::SmtAttributes;
+ friend struct ::CVC4::expr::attr::SmtAttributes;
friend struct ::CVC4::kind::metakind::NodeValueConstPrinter;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback