diff options
Diffstat (limited to 'include/klee/Solver.h')
-rw-r--r-- | include/klee/Solver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Solver.h b/include/klee/Solver.h index 1ed8c175..b8324a9f 100644 --- a/include/klee/Solver.h +++ b/include/klee/Solver.h @@ -116,7 +116,7 @@ namespace klee { /// satisying assignment. /// /// \return True on success. - bool getValue(const Query&, ref<Expr> &result); + bool getValue(const Query&, ref<ConstantExpr> &result); /// getInitialValues - Compute the initial values for a list of objects. /// |