summaryrefslogtreecommitdiff
path: root/src/expr/term_context_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context_node.h')
-rw-r--r--src/expr/term_context_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/term_context_node.h b/src/expr/term_context_node.h
index 67d747557..5af435a56 100644
--- a/src/expr/term_context_node.h
+++ b/src/expr/term_context_node.h
@@ -19,7 +19,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
class TCtxStack;
class TermContext;
@@ -74,6 +74,6 @@ class TCtxNode
const TermContext* d_tctx;
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__TERM_CONVERSION_PROOF_GENERATOR_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback