summaryrefslogtreecommitdiff
path: root/src/theory/sets/singleton_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/singleton_op.h')
-rw-r--r--src/theory/sets/singleton_op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/sets/singleton_op.h b/src/theory/sets/singleton_op.h
index 7d7bb85b6..d17f8255e 100644
--- a/src/theory/sets/singleton_op.h
+++ b/src/theory/sets/singleton_op.h
@@ -19,7 +19,7 @@
#include <memory>
-namespace CVC4 {
+namespace CVC5 {
class TypeNode;
@@ -58,6 +58,6 @@ struct SingletonOpHashFunction
size_t operator()(const SingletonOp& op) const;
}; /* struct SingletonOpHashFunction */
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__SINGLETON_OP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback