summaryrefslogtreecommitdiff
path: root/src/expr/term_context_stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context_stack.cpp')
-rw-r--r--src/expr/term_context_stack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/term_context_stack.cpp b/src/expr/term_context_stack.cpp
index 07d7746ed..557683498 100644
--- a/src/expr/term_context_stack.cpp
+++ b/src/expr/term_context_stack.cpp
@@ -16,7 +16,7 @@
#include "expr/term_context.h"
-namespace CVC4 {
+namespace CVC5 {
TCtxStack::TCtxStack(const TermContext* tctx) : d_tctx(tctx) {}
@@ -75,4 +75,4 @@ TCtxNode TCtxStack::getCurrentNode() const
return TCtxNode(curr.first, curr.second, d_tctx);
}
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback