summaryrefslogtreecommitdiff
path: root/src/smt/witness_form.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/witness_form.h')
-rw-r--r--src/smt/witness_form.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/witness_form.h b/src/smt/witness_form.h
index 905b0624b..e30f165e5 100644
--- a/src/smt/witness_form.h
+++ b/src/smt/witness_form.h
@@ -23,7 +23,7 @@
#include "expr/proof_generator.h"
#include "expr/term_conversion_proof_generator.h"
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
/**
@@ -97,6 +97,6 @@ class WitnessFormGenerator : public ProofGenerator
};
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback