3
0
Fork 0
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:
Lev Nachmanson 2019-12-24 16:49:07 -08:00
parent 22bec010ba
commit fffd764226
3 changed files with 3 additions and 2 deletions

View file

@ -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&);