summaryrefslogtreecommitdiff
path: root/src/expr/term_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context.h')
-rw-r--r--src/expr/term_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/term_context.h b/src/expr/term_context.h
index 7b4dbe928..65cdbb23e 100644
--- a/src/expr/term_context.h
+++ b/src/expr/term_context.h
@@ -19,7 +19,7 @@
#include "expr/node.h"
-namespace CVC4 {
+namespace CVC5 {
/**
* This is an abstract class for computing "term context identifiers". A term
@@ -163,6 +163,6 @@ class PolarityTermContext : public TermContext
static void getFlags(uint32_t val, bool& hasPol, bool& pol);
};
-} // namespace CVC4
+} // 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