mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-31 16:20:17 +00:00
Add const
This commit is contained in:
parent
695a05dc5d
commit
5000c533ba
@ -76,7 +76,7 @@ class symbol_section_accessor
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
bool
|
||||
get_symbol( std::string& name,
|
||||
get_symbol( const std::string& name,
|
||||
Elf64_Addr& value,
|
||||
Elf_Xword& size,
|
||||
unsigned char& bind,
|
||||
|
Loading…
x
Reference in New Issue
Block a user