Skip to content

Commit e23a1bb

Browse files
committed
Avoid deprecated code_typet() constructor
1 parent aef48c2 commit e23a1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_function.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class goto_functiont
4646
type.set(ID_C_hide, true);
4747
}
4848

49-
goto_functiont()
49+
goto_functiont() : body(), type({}, empty_typet())
5050
{
5151
}
5252

0 commit comments

Comments
 (0)