summaryrefslogtreecommitdiff
path: root/src/options/base_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/base_handlers.h')
-rw-r--r--src/options/base_handlers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/base_handlers.h b/src/options/base_handlers.h
index 5c223d770..895a450a3 100644
--- a/src/options/base_handlers.h
+++ b/src/options/base_handlers.h
@@ -26,7 +26,7 @@
#include "options/option_exception.h"
-namespace CVC5 {
+namespace cvc5 {
namespace options {
template <template <class U> class Cmp>
@@ -81,6 +81,6 @@ struct not_equal : public comparator<std::not_equal_to> {
};/* struct not_equal_to */
} // namespace options
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__BASE_HANDLERS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback