Skip to content

Commit

Permalink
Avoid deprecated code_typet() constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 7, 2018
1 parent aef48c2 commit e23a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-programs/goto_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class goto_functiont
type.set(ID_C_hide, true);
}

goto_functiont()
goto_functiont() : body(), type({}, empty_typet())
{
}

Expand Down

0 comments on commit e23a1bb

Please sign in to comment.