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 @@ -1663,7 +1663,7 @@ std::string expr2ct::convert_struct_member_value(
1663
1663
}
1664
1664
1665
1665
std::string expr2ct::convert_norep (
1666
- const exprt &src,
1666
+ const irept &src,
1667
1667
unsigned &precedence)
1668
1668
{
1669
1669
lispexprt lisp;
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ class expr2ct
247
247
virtual std::string convert_constant (const constant_exprt &src, unsigned &precedence);
248
248
virtual std::string convert_constant_bool (bool boolean_value);
249
249
250
- std::string convert_norep (const exprt &src, unsigned &precedence);
250
+ std::string convert_norep (const irept &src, unsigned &precedence);
251
251
252
252
virtual std::string convert_struct (const exprt &src, unsigned &precedence);
253
253
std::string convert_union (const exprt &src, unsigned &precedence);
You can’t perform that action at this time.
0 commit comments