summaryrefslogtreecommitdiff
path: root/src/expr/proof_rule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_rule.cpp')
-rw-r--r--src/expr/proof_rule.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/proof_rule.cpp b/src/expr/proof_rule.cpp
index 579b06c76..1323520c3 100644
--- a/src/expr/proof_rule.cpp
+++ b/src/expr/proof_rule.cpp
@@ -16,7 +16,7 @@
#include <iostream>
-namespace CVC4 {
+namespace CVC5 {
const char* toString(PfRule id)
{
@@ -210,4 +210,4 @@ size_t PfRuleHashFunction::operator()(PfRule id) const
return static_cast<size_t>(id);
}
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback