summaryrefslogtreecommitdiff
path: root/src/theory/trust_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/trust_node.h')
-rw-r--r--src/theory/trust_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/trust_node.h b/src/theory/trust_node.h
index b376bb32a..13769dccd 100644
--- a/src/theory/trust_node.h
+++ b/src/theory/trust_node.h
@@ -19,7 +19,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
class ProofGenerator;
class ProofNode;
@@ -172,6 +172,6 @@ class TrustNode
std::ostream& operator<<(std::ostream& out, TrustNode n);
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__TRUST_NODE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback