3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +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

@ -332,5 +332,5 @@ public:
copy_upper_bound<wd>(b, i);
}
typedef im_config::interval interv;
};