diff options
Diffstat (limited to 'lib/SMT/parser_temp.h')
-rw-r--r-- | lib/SMT/parser_temp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SMT/parser_temp.h b/lib/SMT/parser_temp.h index afd8af21..704157d9 100644 --- a/lib/SMT/parser_temp.h +++ b/lib/SMT/parser_temp.h @@ -47,7 +47,7 @@ namespace CVC3 { // File name std::string fileName; // The last parsed Expr - klee::expr::ExprHandle* expr; + klee::expr::ExprHandle expr; // Whether we are done or not bool done; // Whether we are running interactive |