summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc.h')
-rw-r--r--src/parser/cvc/cvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/cvc/cvc.h b/src/parser/cvc/cvc.h
index c36e36979..acfcc1d17 100644
--- a/src/parser/cvc/cvc.h
+++ b/src/parser/cvc/cvc.h
@@ -22,7 +22,7 @@
#include "api/cvc4cpp.h"
#include "parser/parser.h"
-namespace CVC5 {
+namespace cvc5 {
namespace parser {
@@ -48,6 +48,6 @@ class Cvc : public Parser
};
} // namespace parser
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__PARSER__CVC_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback