summaryrefslogtreecommitdiff
path: root/src/theory/ext_theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/ext_theory.h')
-rw-r--r--src/theory/ext_theory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/ext_theory.h b/src/theory/ext_theory.h
index 3d8df356c..b44f2b852 100644
--- a/src/theory/ext_theory.h
+++ b/src/theory/ext_theory.h
@@ -41,7 +41,7 @@
#include "context/context.h"
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
class OutputChannel;
@@ -302,6 +302,6 @@ class ExtTheory
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__EXT_THEORY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback