summaryrefslogtreecommitdiff
path: root/src/smt/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/env.h')
-rw-r--r--src/smt/env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/env.h b/src/smt/env.h
index 3ceefdd34..79377206a 100644
--- a/src/smt/env.h
+++ b/src/smt/env.h
@@ -25,7 +25,7 @@
#include "util/statistics.h"
#include "util/statistics_registry.h"
-namespace CVC5 {
+namespace cvc5 {
class NodeManager;
class StatisticsRegistry;
@@ -182,6 +182,6 @@ class Env
std::unique_ptr<ResourceManager> d_resourceManager;
}; /* class Env */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__SMT__ENV_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback