summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/smt2.h')
-rw-r--r--src/parser/smt2/smt2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index a7fe65f67..ccb6456e7 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -31,7 +31,7 @@
#include "theory/logic_info.h"
#include "util/abstract_value.h"
-namespace CVC4 {
+namespace CVC5 {
class Command;
@@ -430,6 +430,6 @@ class Smt2 : public Parser
}; /* class Smt2 */
} // namespace parser
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PARSER__SMT2_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback