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 59060eaa8..f45bd9e96 100644
--- a/src/expr/emptybag.h
+++ b/src/expr/emptybag.h
@@ -20,7 +20,7 @@
#include <iosfwd>
#include <memory>
-namespace CVC5 {
+namespace cvc5 {
class TypeNode;
@@ -58,6 +58,6 @@ struct EmptyBagHashFunction
size_t operator()(const EmptyBag& es) const;
}; /* struct EmptyBagHashFunction */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EMPTY_BAG_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback