summaryrefslogtreecommitdiff
path: root/src/theory/bags/theory_bags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/theory_bags.h')
-rw-r--r--src/theory/bags/theory_bags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bags/theory_bags.h b/src/theory/bags/theory_bags.h
index 6bd9ddc65..7bb6111bd 100644
--- a/src/theory/bags/theory_bags.h
+++ b/src/theory/bags/theory_bags.h
@@ -27,7 +27,7 @@
#include "theory/theory.h"
#include "theory/theory_eq_notify.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace bags {
@@ -114,6 +114,6 @@ class TheoryBags : public Theory
} // namespace bags
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__BAGS__THEORY_BAGS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback