summaryrefslogtreecommitdiff
path: root/src/theory/bags/make_bag_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/make_bag_op.h')
-rw-r--r--src/theory/bags/make_bag_op.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bags/make_bag_op.h b/src/theory/bags/make_bag_op.h
index 4c2a3e933..44b105225 100644
--- a/src/theory/bags/make_bag_op.h
+++ b/src/theory/bags/make_bag_op.h
@@ -19,7 +19,7 @@
#include <memory>
-namespace CVC5 {
+namespace cvc5 {
class TypeNode;
@@ -57,6 +57,6 @@ struct MakeBagOpHashFunction
size_t operator()(const MakeBagOp& op) const;
}; /* struct MakeBagOpHashFunction */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__MAKE_BAG_OP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback