File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1661,7 +1661,7 @@ std::string expr2ct::convert_struct_member_value(
1661
1661
}
1662
1662
1663
1663
std::string expr2ct::convert_norep (
1664
- const exprt &src,
1664
+ const irept &src,
1665
1665
unsigned &precedence)
1666
1666
{
1667
1667
lispexprt lisp;
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ class expr2ct
246
246
virtual std::string convert_constant (const constant_exprt &src, unsigned &precedence);
247
247
virtual std::string convert_constant_bool (bool boolean_value);
248
248
249
- std::string convert_norep (const exprt &src, unsigned &precedence);
249
+ std::string convert_norep (const irept &src, unsigned &precedence);
250
250
251
251
virtual std::string convert_struct (const exprt &src, unsigned &precedence);
252
252
std::string convert_union (const exprt &src, unsigned &precedence);
You can’t perform that action at this time.
0 commit comments