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 23a9daae2..d148a538d 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -104,8 +104,8 @@ class CVC5_EXPORT ParserBuilder
*/
ParserBuilder& withParseOnly(bool flag = true);
- /** Derive settings from the given options. */
- ParserBuilder& withOptions(const Options& opts);
+ /** Derive settings from the solver's options. */
+ ParserBuilder& withOptions();
/**
* Should the parser use strict mode?
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback