summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwflpp.h b/dwflpp.h
index b376d004..d31d2219 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -223,7 +223,7 @@ struct dwflpp
dwarf_query *));
void collect_srcfiles_matching (std::string const & pattern,
- std::set<char const *> & filtered_srcfiles);
+ std::set<std::string> & filtered_srcfiles);
void resolve_prologue_endings (func_info_map_t & funcs);