summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_module.cpp')
-rw-r--r--src/theory/quantifiers/quant_module.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quant_module.cpp b/src/theory/quantifiers/quant_module.cpp
index 156dd54fe..811dc8642 100644
--- a/src/theory/quantifiers/quant_module.cpp
+++ b/src/theory/quantifiers/quant_module.cpp
@@ -14,9 +14,9 @@
#include "theory/quantifiers/quant_module.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
QuantifiersModule::QuantifiersModule(
@@ -75,4 +75,4 @@ quantifiers::QuantifiersRegistry& QuantifiersModule::getQuantifiersRegistry()
}
} // namespace theory
-} /* namespace CVC4 */
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback