mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix a typedef
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
22bec010ba
commit
fffd764226
3 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ class intervals {
|
|||
core* m_core;
|
||||
|
||||
public:
|
||||
typedef dep_intervals::interv interval;
|
||||
typedef dep_intervals::interval interval;
|
||||
private:
|
||||
u_dependency* mk_dep(lp::constraint_index ci);
|
||||
u_dependency* mk_dep(lp::explanation const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue