summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_reconstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_reconstruct.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_reconstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_reconstruct.h b/src/theory/quantifiers/sygus/sygus_reconstruct.h
index 0512fe643..1f9037a26 100644
--- a/src/theory/quantifiers/sygus/sygus_reconstruct.h
+++ b/src/theory/quantifiers/sygus/sygus_reconstruct.h
@@ -23,7 +23,7 @@
#include "theory/quantifiers/sygus/rcons_obligation_info.h"
#include "theory/quantifiers/sygus/rcons_type_info.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace quantifiers {
@@ -307,6 +307,6 @@ class SygusReconstruct : public expr::NotifyMatch
} // namespace quantifiers
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif // CVC4__THEORY__QUANTIFIERS__SYGUS_RECONSTRUCT_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback