summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.h')
-rw-r--r--src/main/interactive_shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/interactive_shell.h b/src/main/interactive_shell.h
index 2c421d7b2..2f7f0af21 100644
--- a/src/main/interactive_shell.h
+++ b/src/main/interactive_shell.h
@@ -22,7 +22,7 @@
#include "options/options.h"
#include "util/unsafe_interrupt_exception.h"
-namespace CVC5 {
+namespace cvc5 {
class Command;
class Options;
@@ -72,6 +72,6 @@ public:
};/* class InteractiveShell */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__INTERACTIVE_SHELL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback