mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
67ddbe4a05
commit
2912c355e2
5 changed files with 15 additions and 16 deletions
|
@ -73,7 +73,7 @@ namespace pdr {
|
|||
}
|
||||
|
||||
std::string pp_cube(unsigned sz, app * const * lits, ast_manager& m) {
|
||||
return pp_cube(sz, reinterpret_cast<expr * const *>(lits), m);
|
||||
return pp_cube(sz, (expr * const *)(lits), m);
|
||||
}
|
||||
|
||||
std::string pp_cube(unsigned sz, expr * const * lits, ast_manager& m) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue