summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ematching/trigger_trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ematching/trigger_trie.cpp')
-rw-r--r--src/theory/quantifiers/ematching/trigger_trie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/ematching/trigger_trie.cpp b/src/theory/quantifiers/ematching/trigger_trie.cpp
index 04e9dabb0..c8a13d447 100644
--- a/src/theory/quantifiers/ematching/trigger_trie.cpp
+++ b/src/theory/quantifiers/ematching/trigger_trie.cpp
@@ -14,7 +14,7 @@
#include "theory/quantifiers/ematching/trigger_trie.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace quantifiers {
namespace inst {
@@ -74,4 +74,4 @@ void TriggerTrie::addTrigger(std::vector<Node>& nodes, inst::Trigger* t)
} // namespace inst
} // namespace quantifiers
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback