mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 11:26:21 +00:00
replace struct by class
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19166bd0b5
commit
95b3ffeb25
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ Author:
|
|||
|
||||
class tactic;
|
||||
class solver;
|
||||
struct params_ref;
|
||||
class params_ref;
|
||||
|
||||
tactic * mk_parallel_tactic2(solver* s, params_ref const& p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue