summaryrefslogtreecommitdiff
path: root/src/smt/assertions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/assertions.h')
-rw-r--r--src/smt/assertions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/assertions.h b/src/smt/assertions.h
index 135fe8974..687c9b742 100644
--- a/src/smt/assertions.h
+++ b/src/smt/assertions.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
#include "preprocessing/assertion_pipeline.h"
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
class AbstractValues;
@@ -172,6 +172,6 @@ class Assertions
};
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback