summaryrefslogtreecommitdiff
path: root/src/theory/sort_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sort_inference.h')
-rw-r--r--src/theory/sort_inference.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sort_inference.h b/src/theory/sort_inference.h
index 822416da3..b32026256 100644
--- a/src/theory/sort_inference.h
+++ b/src/theory/sort_inference.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
#include "expr/type_node.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
/** sort inference
@@ -166,6 +166,6 @@ private:
};
} // namespace theory
-}
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback