summaryrefslogtreecommitdiff
path: root/src/theory/term_registration_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/term_registration_visitor.h')
-rw-r--r--src/theory/term_registration_visitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/term_registration_visitor.h b/src/theory/term_registration_visitor.h
index 19406ea62..593af791b 100644
--- a/src/theory/term_registration_visitor.h
+++ b/src/theory/term_registration_visitor.h
@@ -22,7 +22,7 @@
#include <unordered_map>
-namespace CVC5 {
+namespace cvc5 {
class TheoryEngine;
@@ -189,4 +189,4 @@ class SharedTermsVisitor {
TNodeToTheorySetMap d_preregistered;
};
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback