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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/parser_builder.h b/src/parser/parser_builder.h
index 0463a079f..ce01d3c53 100644
--- a/src/parser/parser_builder.h
+++ b/src/parser/parser_builder.h
@@ -61,7 +61,7 @@ class CVC4_PUBLIC ParserBuilder {
std::string d_stringInput;
/** The stream input, if any. */
- std::istream *d_streamInput;
+ std::istream* d_streamInput;
/** The expression manager */
ExprManager* d_exprManager;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback