summaryrefslogtreecommitdiffstats
path: root/libs/elfio/ELFIOTest/ELFIOTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/elfio/ELFIOTest/ELFIOTest.cpp')
-rw-r--r--libs/elfio/ELFIOTest/ELFIOTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/elfio/ELFIOTest/ELFIOTest.cpp b/libs/elfio/ELFIOTest/ELFIOTest.cpp
index 03df44a..a15ad92 100644
--- a/libs/elfio/ELFIOTest/ELFIOTest.cpp
+++ b/libs/elfio/ELFIOTest/ELFIOTest.cpp
@@ -74,7 +74,7 @@ checkSection( const section* sec,
////////////////////////////////////////////////////////////////////////////////
void
checkSection( const section* sec,
- std::string name,
+ const std::string &name,
Elf_Word type,
Elf_Xword flags,
Elf64_Addr address,
OpenPOWER on IntegriCloud