diff options
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r-- | gdb/progspace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h index a480f56..a22e427 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -284,11 +284,11 @@ struct program_space bool empty (); /* Remove all target sections owned by OWNER. */ - void remove_target_sections (const void *owner); + void remove_target_sections (target_section_owner owner); /* Add the sections array defined by SECTIONS to the current set of target sections. */ - void add_target_sections (const void *owner, + void add_target_sections (target_section_owner owner, const std::vector<target_section> §ions); /* Add the sections of OBJFILE to the current set of target |