summaryrefslogtreecommitdiff
path: root/src/expr/match_trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/match_trie.cpp')
-rw-r--r--src/expr/match_trie.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/match_trie.cpp b/src/expr/match_trie.cpp
index f2465e030..d3adeb50e 100644
--- a/src/expr/match_trie.cpp
+++ b/src/expr/match_trie.cpp
@@ -14,9 +14,9 @@
#include "expr/match_trie.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace expr {
bool MatchTrie::getMatches(Node n, NotifyMatch* ntm)
@@ -196,4 +196,4 @@ void MatchTrie::clear()
}
} // namespace expr
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback