about summary refs log tree commit diff homepage
path: root/lib/SMT/smtlib_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SMT/smtlib_parser.h')
-rw-r--r--lib/SMT/smtlib_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SMT/smtlib_parser.h b/lib/SMT/smtlib_parser.h
index c587a126..1544c35e 100644
--- a/lib/SMT/smtlib_parser.h
+++ b/lib/SMT/smtlib_parser.h
@@ -156,7 +156,7 @@ typedef union YYSTYPE
 {
   std::string *str;
   std::vector<std::string> *strvec;
-  Expr node;
+  klee::expr::ExprHandle* node;
   std::vector<void*> *vec;
 }
 /* Line 1489 of yacc.c.  */