summaryrefslogtreecommitdiff
path: root/src/theory/theory_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_rewriter.h')
-rw-r--r--src/theory/theory_rewriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_rewriter.h b/src/theory/theory_rewriter.h
index 83310ce07..e508477d3 100644
--- a/src/theory/theory_rewriter.h
+++ b/src/theory/theory_rewriter.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
#include "theory/trust_node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
class Rewriter;
@@ -140,6 +140,6 @@ class TheoryRewriter
};
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__THEORY_REWRITER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback