summaryrefslogtreecommitdiff
path: root/src/theory/theory_eq_notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_eq_notify.h')
-rw-r--r--src/theory/theory_eq_notify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_eq_notify.h b/src/theory/theory_eq_notify.h
index 17ba7b50e..40aa07f3b 100644
--- a/src/theory/theory_eq_notify.h
+++ b/src/theory/theory_eq_notify.h
@@ -21,7 +21,7 @@
#include "theory/theory_inference_manager.h"
#include "theory/uf/equality_engine_notify.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/**
@@ -77,6 +77,6 @@ class TheoryEqNotifyClass : public eq::EqualityEngineNotify
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback