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