summaryrefslogtreecommitdiff
path: root/src/expr/emptybag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/emptybag.h')
-rw-r--r--src/expr/emptybag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/emptybag.h b/src/expr/emptybag.h
index e9763108e..59060eaa8 100644
--- a/src/expr/emptybag.h
+++ b/src/expr/emptybag.h
@@ -20,7 +20,7 @@
#include <iosfwd>
#include <memory>
-namespace CVC4 {
+namespace CVC5 {
class TypeNode;
@@ -58,6 +58,6 @@ struct EmptyBagHashFunction
size_t operator()(const EmptyBag& es) const;
}; /* struct EmptyBagHashFunction */
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__EMPTY_BAG_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback