summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter_attributes.h')
-rw-r--r--src/theory/rewriter_attributes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/rewriter_attributes.h b/src/theory/rewriter_attributes.h
index 49f77f0e3..83961353e 100644
--- a/src/theory/rewriter_attributes.h
+++ b/src/theory/rewriter_attributes.h
@@ -20,7 +20,7 @@
#include "expr/attribute.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
template <bool pre, theory::TheoryId theoryId>
@@ -98,5 +98,5 @@ struct RewriteAttibute {
}
};/* struct RewriteAttribute */
-}/* CVC4::theory namespace */
-}/* CVC4 namespace */
+} // namespace theory
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback