summaryrefslogtreecommitdiff
path: root/src/parser/parser_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser_builder.h')
-rw-r--r--src/parser/parser_builder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/parser_builder.h b/src/parser/parser_builder.h
index c5de761b8..8ec59d4b2 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -25,7 +25,7 @@
#include "options/language.h"
#include "parser/input.h"
-namespace CVC4 {
+namespace CVC5 {
namespace api {
class Solver;
@@ -188,7 +188,7 @@ class CVC4_EXPORT ParserBuilder
ParserBuilder& withForcedLogic(const std::string& logic);
}; /* class ParserBuilder */
-}/* CVC4::parser namespace */
-}/* CVC4 namespace */
+} // namespace parser
+} // namespace CVC5
#endif /* CVC4__PARSER__PARSER_BUILDER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback