summaryrefslogtreecommitdiff
path: root/src/options/set_language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/set_language.h')
-rw-r--r--src/options/set_language.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/set_language.h b/src/options/set_language.h
index d6b9a2da9..cebd4f65e 100644
--- a/src/options/set_language.h
+++ b/src/options/set_language.h
@@ -24,7 +24,7 @@
#include "cvc4_export.h"
#include "options/language.h"
-namespace CVC5 {
+namespace cvc5 {
namespace language {
/**
@@ -91,6 +91,6 @@ private:
std::ostream& operator<<(std::ostream& out, SetLanguage l) CVC4_EXPORT;
} // namespace language
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__OPTIONS__SET_LANGUAGE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback