summaryrefslogtreecommitdiff
path: root/src/expr/node_trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_trie.cpp')
-rw-r--r--src/expr/node_trie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node_trie.cpp b/src/expr/node_trie.cpp
index f02035c43..195011c1f 100644
--- a/src/expr/node_trie.cpp
+++ b/src/expr/node_trie.cpp
@@ -14,7 +14,7 @@
#include "expr/node_trie.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
template <bool ref_count>
@@ -92,4 +92,4 @@ template void NodeTemplateTrie<true>::debugPrint(const char* c,
unsigned depth) const;
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback