summaryrefslogtreecommitdiff
path: root/src/expr/bound_var_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/bound_var_manager.h')
-rw-r--r--src/expr/bound_var_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/bound_var_manager.h b/src/expr/bound_var_manager.h
index 08705f6d2..ebd107737 100644
--- a/src/expr/bound_var_manager.h
+++ b/src/expr/bound_var_manager.h
@@ -22,7 +22,7 @@
#include "expr/node.h"
-namespace CVC5 {
+namespace cvc5 {
/**
* Bound variable manager.
@@ -98,6 +98,6 @@ class BoundVarManager
std::unordered_set<Node, NodeHashFunction> d_cacheVals;
};
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__EXPR__BOUND_VAR_MANAGER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback