about summary refs log tree commit diff homepage
path: root/lib/SMT/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SMT/parser.cpp')
-rw-r--r--lib/SMT/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SMT/parser.cpp b/lib/SMT/parser.cpp
index 9284d7d0..439e189c 100644
--- a/lib/SMT/parser.cpp
+++ b/lib/SMT/parser.cpp
@@ -120,7 +120,7 @@ namespace CVC3 {
   }
     
 
-  klee::expr::ExprHandle* Parser::next() {
+  klee::expr::ExprHandle Parser::next() {
     // If no more commands are available, return a Null Expr
     if(d_data->temp.done) return NULL;//Expr();
     // Set the global var so the parser uses the right stream and EM