summaryrefslogtreecommitdiff
path: root/src/parser/antlr_line_buffered_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_line_buffered_input.h')
-rw-r--r--src/parser/antlr_line_buffered_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/antlr_line_buffered_input.h b/src/parser/antlr_line_buffered_input.h
index 0699c16d0..d687550a4 100644
--- a/src/parser/antlr_line_buffered_input.h
+++ b/src/parser/antlr_line_buffered_input.h
@@ -30,7 +30,7 @@
#include "parser/line_buffer.h"
-namespace CVC5 {
+namespace cvc5 {
namespace parser {
typedef struct ANTLR3_LINE_BUFFERED_INPUT_STREAM {
@@ -45,6 +45,6 @@ pANTLR3_INPUT_STREAM antlr3LineBufferedStreamNew(std::istream& in,
LineBuffer* line_buffer);
} // namespace parser
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__PARSER__ANTLR_LINE_BUFFERED_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback