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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/parser_builder.h b/src/parser/parser_builder.h
index b0f9e35e6..5d73fedfa 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -20,7 +20,7 @@
#include <string>
-#include "cvc4_export.h"
+#include "cvc5_export.h"
#include "options/language.h"
#include "parser/input.h"
@@ -42,7 +42,7 @@ class Parser;
* called any number of times on an instance and will generate a fresh
* parser each time.
*/
-class CVC4_EXPORT ParserBuilder
+class CVC5_EXPORT ParserBuilder
{
enum InputType {
FILE_INPUT,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback